Asterisk - The Open Source Telephony Project
21.4.1
|
Lock tracking information. More...
#include <lock.h>
Data Fields | |
struct ast_bt | backtrace [AST_MAX_REENTRANCY] |
const char * | file [AST_MAX_REENTRANCY] |
const char * | func [AST_MAX_REENTRANCY] |
int | lineno [AST_MAX_REENTRANCY] |
pthread_mutex_t | reentr_mutex |
int | reentrancy |
pthread_t | thread_id [AST_MAX_REENTRANCY] |
Lock tracking information.