|
nckernel
0.1
|
#include <pthread_mutex.h>
Data Fields | |
| volatile int | lock |
| void * | owner |
| volatile int | refcnt |
Definition at line 12 of file pthread_mutex.h.
| volatile int lock |
Definition at line 13 of file pthread_mutex.h.
Referenced by pthread_mutex_destroy(), pthread_mutex_init(), pthread_mutex_lock(), pthread_mutex_trylock(), and pthread_mutex_unlock().
| void* owner |
Definition at line 14 of file pthread_mutex.h.
Referenced by pthread_mutex_init(), pthread_mutex_lock(), pthread_mutex_trylock(), and pthread_mutex_unlock().
| volatile int refcnt |
Definition at line 15 of file pthread_mutex.h.
Referenced by pthread_mutex_init(), pthread_mutex_lock(), pthread_mutex_trylock(), and pthread_mutex_unlock().
1.8.4