6#ifndef _ZFI_ZFObjectMutex_h_
7#define _ZFI_ZFObjectMutex_h_
14typedef void *(*ZFObjectMutexImplCallbackInit)(void);
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
void(* ZFCoreMutexImplCallbackUnlock)(void *token)
mutex impl
Definition ZFCoreMutex.h:16
void(* ZFCoreMutexImplCallbackLock)(void *token)
mutex impl
Definition ZFCoreMutex.h:14
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:184
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
void(* ZFObjectMutexImplCallbackDealloc)(void *implObject)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:16
ZFCoreMutexImplCallbackUnlock ZFObjectMutexImplCallbackUnlock
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:20
ZFObjectMutexImplCallbackInit ZFObjectMutexImplGetInit(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:54
void *(* ZFObjectMutexImplCallbackInit)(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:14
void ZFObjectMutexImplSet(ZFObjectMutexImplCallbackInit implInit=zft_zfnull, ZFObjectMutexImplCallbackDealloc implDealloc=zft_zfnull, ZFObjectMutexImplCallbackLock implLock=zft_zfnull, ZFObjectMutexImplCallbackUnlock implUnlock=zft_zfnull, ZFObjectMutexImplCallbackTryLock implTryLock=zft_zfnull)
change the implementation for mutex
ZFObjectMutexImplCallbackLock ZFObjectMutexImplGetLock(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:58
ZFCoreMutexImplCallbackLock ZFObjectMutexImplCallbackLock
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:18
ZFObjectMutexImplCallbackDealloc ZFObjectMutexImplGetDealloc(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:56
zfbool(* ZFObjectMutexImplCallbackTryLock)(void *implObject)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:22
ZFObjectMutexImplCallbackUnlock ZFObjectMutexImplGetUnlock(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:60
zfbool ZFObjectMutexImplAvailable(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:65
ZFObjectMutexImplCallbackTryLock ZFObjectMutexImplGetTryLock(void)
see ZFObjectMutexImplSet
Definition ZFObjectMutex.h:62