Definitions for builtin attributes and compiler directives.
Dynamic package initialization.
volatile int kthread_once_t
Object type backing kthread_once.
Definition once.h:35
condvar_t pthread_cond_t
POSIX condition type.
Definition sched.h:70
kthread_key_t pthread_key_t
POSIX thread data key.
Definition sched.h:74
kthread_t * pthread_t
POSIX thread type.
Definition sched.h:68
mutex_t pthread_mutex_t
POSIX mutex type.
Definition sched.h:69
kthread_once_t pthread_once_t
POSIX once control.
Definition sched.h:73
Condition variable.
Definition cond.h:62
Structure describing one running thread.
Definition thread.h:169
Mutual exclusion lock type.
Definition mutex.h:68
POSIX thread attributes.
Definition sched.h:62
POSIX condition variable attributes.
Definition sched.h:52
POSIX mutex attributes.
Definition sched.h:42
Scheduling Parameters, P1003.1b-1993, p.
Definition sched.h:23
int sched_priority
Process execution scheduling priority.
Definition sched.h:24
Thread-local storage support.
int kthread_key_t
Thread-local storage key type.
Definition tls.h:28