Asterisk - The Open Source Telephony Project
21.4.1
|
Structure for mutex and tracking information. More...
#include <lock.h>
Data Fields | |
struct ast_lock_track_flags | _flags |
struct ast_lock_track * | _track |
pthread_mutex_t | mutex |
Structure for mutex and tracking information.
We have tracking information in this structure regardless of DEBUG_THREADS being enabled. The information will just be ignored in the core if a module does not request it..
struct ast_lock_track* _track |