Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

Mutex Struct Reference

#include <thread.h>


Data Fields

pthread_mutex_t mutex
long owner
int dynamic


Field Documentation

int Mutex::dynamic
 

Definition at line 79 of file thread.h.

Referenced by mutex_create_real(), mutex_destroy(), and mutex_init_static_real().

pthread_mutex_t Mutex::mutex
 

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().

long Mutex::owner
 

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().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.