Asterisk - The Open Source Telephony Project
21.4.1
|
Common, private definitions for astobj2. More...
#include "asterisk/astobj2.h"
Go to the source code of this file.
Macros | |
#define | __is_ao2_object(user_data, file, line, func) |
#define | AO2_DEVMODE_STAT(stat) |
#define | is_ao2_object(user_data) __is_ao2_object(user_data, __FILE__, __LINE__, __PRETTY_FUNCTION__) |
Functions | |
enum ao2_lock_req | __adjust_lock (void *user_data, enum ao2_lock_req lock_how, int keep_stronger) |
int | internal_is_ao2_object (void *user_data) |
void | log_bad_ao2 (void *user_data, const char *file, int line, const char *func) |
Common, private definitions for astobj2.
Definition in file astobj2_private.h.