#include <cpthreads.h>
Data Fields | |
int | magic |
int | onpe |
void * | users |
Definition at line 32 of file cpthreads.h.
Definition at line 34 of file cpthreads.h.
Referenced by Cpthread_cond_wait(), Cpthread_mutex_destroy(), Cpthread_mutex_init(), Cpthread_mutex_lock(), Cpthread_mutex_trylock(), and Cpthread_mutex_unlock().
Definition at line 35 of file cpthreads.h.
Referenced by Cpthread_cond_wait(), Cpthread_mutex_destroy(), Cpthread_mutex_init(), Cpthread_mutex_lock(), Cpthread_mutex_trylock(), and Cpthread_mutex_unlock().
void* Cpthread_mutex_s::users |
Definition at line 36 of file cpthreads.h.
Referenced by Cpthread_cond_wait(), Cpthread_mutex_destroy(), Cpthread_mutex_init(), Cpthread_mutex_lock(), Cpthread_mutex_trylock(), and Cpthread_mutex_unlock().