#include <thread.h>
Data Fields | |
| pthread_mutex_t | mutex |
| long | owner |
| int | dynamic |
|
|
Definition at line 79 of file thread.h. Referenced by mutex_create_real(), mutex_destroy(), and mutex_init_static_real(). |
|
|
Definition at line 77 of file thread.h. Referenced by gw_prioqueue_consume(), gwlist_consume(), gwlist_timed_consume(), gwlist_wait_until_nonempty(), mutex_create_real(), mutex_destroy(), mutex_init_static_real(), mutex_lock_real(), mutex_trylock_real(), and mutex_unlock_real(). |
|
|
Definition at line 78 of file thread.h. Referenced by gw_prioqueue_consume(), gwlist_consume(), gwlist_timed_consume(), gwlist_wait_until_nonempty(), mutex_create_real(), mutex_init_static_real(), mutex_lock_real(), mutex_trylock_real(), and mutex_unlock_real(). |