
#include <cpthreads.h>

Data Fields | |
| int | magic |
| int | onpe |
| void * | users |
Definition at line 45 of file cpthreads.h.
Definition at line 47 of file cpthreads.h.
Referenced by Cpthread_cond_broadcast(), Cpthread_cond_destroy(), Cpthread_cond_init(), Cpthread_cond_signal(), and Cpthread_cond_wait().
Definition at line 48 of file cpthreads.h.
Referenced by Cpthread_cond_broadcast(), Cpthread_cond_destroy(), Cpthread_cond_init(), Cpthread_cond_signal(), and Cpthread_cond_wait().
| void* Cpthread_cond_s::users |
Definition at line 49 of file cpthreads.h.
Referenced by Cpthread_cond_broadcast(), Cpthread_cond_destroy(), Cpthread_cond_init(), Cpthread_cond_signal(), and Cpthread_cond_wait().
1.5.5