| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <thread.h>
Data Fields | |
| pthread_mutex_t | mutex | 
| long | owner | 
| int | dynamic | 
| 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 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 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().