![]() |
Go to the source code of this file.
Data Structures | |
struct | cf_mutex_hooks |
Functions | |
static void | cf_hook_mutex (cf_mutex_hooks *hooks) |
static void * | cf_hooked_mutex_alloc () |
static void | cf_hooked_mutex_free (void *lock) |
static int | cf_hooked_mutex_lock (void *lock) |
static int | cf_hooked_mutex_unlock (void *lock) |
Variables | |
cf_mutex_hooks * | g_mutex_hooks |
|
inlinestatic |
Definition at line 41 of file target/Darwin-i386/include/citrusleaf/cf_hooks.h.
|
inlinestatic |
Definition at line 45 of file target/Darwin-i386/include/citrusleaf/cf_hooks.h.
References cf_mutex_hooks::alloc.
|
inlinestatic |
Definition at line 49 of file target/Darwin-i386/include/citrusleaf/cf_hooks.h.
References cf_mutex_hooks::free.
|
inlinestatic |
Definition at line 55 of file target/Darwin-i386/include/citrusleaf/cf_hooks.h.
References cf_mutex_hooks::lock.
|
inlinestatic |
Definition at line 59 of file target/Darwin-i386/include/citrusleaf/cf_hooks.h.
References cf_mutex_hooks::unlock.
cf_mutex_hooks* g_mutex_hooks |