Thread-local storage support.
kthread_key_t pthread_key_t
POSIX thread data key.
Definition: sched.h:74
int sched_priority
Process execution scheduling priority.
Definition: sched.h:24
Object type backing kthread_once.
Definition: once.h:34
Scheduling Parameters, P1003.1b-1993, p. 249.
Definition: sched.h:23
POSIX mutex attributes.
Definition: sched.h:42
Dynamic package initialization.
Condition variable.
Definition: cond.h:61
Mutual exclusion lock type.
Definition: mutex.h:70
kthread_once_t pthread_once_t
POSIX once control.
Definition: sched.h:73
Structure describing one running thread.
Definition: thread.h:90
POSIX thread attributes.
Definition: sched.h:62
Potentially useful definitions for C Programs.
POSIX condition variable attributes.
Definition: sched.h:52
mutex_t pthread_mutex_t
POSIX mutex type.
Definition: sched.h:69
condvar_t pthread_cond_t
POSIX condition type.
Definition: sched.h:70
kthread_t * pthread_t
POSIX thread type.
Definition: sched.h:68
int kthread_key_t
Thread-local storage key type.
Definition: tls.h:27