core.sys.solaris.thread
D header file for Solaris thread.h.
Copyright
Copyright © 2025, The D Language Foundation
var THR_ONCE_KEY
Functions 20
fn
int thr_create(void *, size_t, void * function(void *), void *, c_long, thread_t *)fn
int thr_join(thread_t, thread_t *, void * *)fn
int thr_setconcurrency(int)fn
int thr_getconcurrency()fn
noreturn thr_exit(void *)fn
thread_t thr_self()fn
int thr_sigsetmask(int, const scope sigset_t *, sigset_t *)fn
int thr_stksegment(stack_t *)fn
int thr_main()fn
int thr_kill(thread_t, int)fn
int thr_suspend(thread_t)fn
int thr_continue(thread_t)fn
void thr_yield()fn
int thr_setprio(thread_t, int)fn
int thr_getprio(thread_t, int *)fn
int thr_keycreate(thread_key_t *, void function(void *))fn
int thr_keycreate_once(thread_key_t *, void function(void *))fn
int thr_setspecific(thread_key_t, void *)fn
int thr_getspecific(thread_key_t, void * *)fn
size_t thr_min_stack()Variables 1
enumvar
THR_ONCE_KEY = - 1