#include <lock.h>
Data Fields | |
const char * | file [AST_MAX_REENTRANCY] |
const char * | func [AST_MAX_REENTRANCY] |
int | lineno [AST_MAX_REENTRANCY] |
pthread_mutex_t | mutex |
pthread_mutex_t | reentr_mutex |
int | reentrancy |
pthread_t | thread [AST_MAX_REENTRANCY] |
unsigned int | track:1 |
Definition at line 115 of file lock.h.
const char* file[AST_MAX_REENTRANCY] |
Definition at line 119 of file lock.h.
Referenced by ast_reentrancy_init(), cleanup_connection(), and handle_show_locks().
const char* func[AST_MAX_REENTRANCY] |
Definition at line 122 of file lock.h.
Referenced by ast_reentrancy_init(), cleanup_connection(), and handle_show_locks().
int lineno[AST_MAX_REENTRANCY] |
Definition at line 120 of file lock.h.
Referenced by ast_reentrancy_init(), cleanup_connection(), and handle_show_locks().
pthread_mutex_t mutex |
pthread_mutex_t reentr_mutex |
Definition at line 124 of file lock.h.
Referenced by ast_reentrancy_init(), ast_reentrancy_lock(), ast_reentrancy_unlock(), and delete_reentrancy_cs().
int reentrancy |
Definition at line 121 of file lock.h.
Referenced by ast_reentrancy_init(), cleanup_connection(), and handle_show_locks().
pthread_t thread[AST_MAX_REENTRANCY] |
Definition at line 123 of file lock.h.
Referenced by ast_reentrancy_init(), and cleanup_connection().