Asterisk - The Open Source Telephony Project
18.5.0
|
#include <lock.h>
Data Fields | |
volatile unsigned int | setup:1 |
unsigned int | tracking:1 |
volatile unsigned int setup |
non-zero if track is setup
Definition at line 127 of file lock.h.
Referenced by __ast_pthread_mutex_init(), __ast_rwlock_init(), and ast_get_reentrancy().
unsigned int tracking |
non-zero if lock tracking is enabled
Definition at line 125 of file lock.h.
Referenced by __ast_cond_timedwait(), __ast_cond_wait(), __ast_pthread_mutex_destroy(), __ast_pthread_mutex_init(), __ast_pthread_mutex_lock(), __ast_pthread_mutex_trylock(), __ast_pthread_mutex_unlock(), __ast_rwlock_destroy(), __ast_rwlock_init(), __ast_rwlock_rdlock(), __ast_rwlock_timedrdlock(), __ast_rwlock_timedwrlock(), __ast_rwlock_unlock(), __ast_rwlock_wrlock(), and ast_get_reentrancy().