#include <Include.h>
Public Attributes | |
UINT32 | version |
Version. More... | |
UINT64 | customData |
Custom data to be passed back to the caller. More... | |
GetCurrentTimeFunc | getCurrentTimeFn |
The GetCurrentTimeFunc callback function. More... | |
GetRandomNumberFunc | getRandomNumberFn |
The GetRandomNumberFunc callback function. More... | |
CreateMutexFunc | createMutexFn |
The CreateMutexFunc callback function. More... | |
LockMutexFunc | lockMutexFn |
The LockMutexFunc callback function. More... | |
UnlockMutexFunc | unlockMutexFn |
The UnlockMutexFunc callback function. More... | |
TryLockMutexFunc | tryLockMutexFn |
The TryLockMutexFunc callback function. More... | |
FreeMutexFunc | freeMutexFn |
The FreeMutexFunc callback function. More... | |
CreateConditionVariableFunc | createConditionVariableFn |
The CreateConditionVariableFunc callback function. More... | |
SignalConditionVariableFunc | signalConditionVariableFn |
The SignalConditionVariableFunc callback function. More... | |
BroadcastConditionVariableFunc | broadcastConditionVariableFn |
The BroadcastConditionVariableFunc callback function. More... | |
WaitConditionVariableFunc | waitConditionVariableFn |
The WaitConditionVariableFunc callback function. More... | |
FreeConditionVariableFunc | freeConditionVariableFn |
The FreeConditionVariableFunc callback function. More... | |
LogPrintFunc | logPrintFn |
The LogPrintFunc callback function. More... | |
FreePlatformCallbacksFunc | freePlatformCallbacksFn |
Specialized cleanup callback. More... | |
BroadcastConditionVariableFunc __PlatformCallbacks::broadcastConditionVariableFn |
The BroadcastConditionVariableFunc callback function.
CreateConditionVariableFunc __PlatformCallbacks::createConditionVariableFn |
The CreateConditionVariableFunc callback function.
CreateMutexFunc __PlatformCallbacks::createMutexFn |
The CreateMutexFunc callback function.
UINT64 __PlatformCallbacks::customData |
Custom data to be passed back to the caller.
FreeConditionVariableFunc __PlatformCallbacks::freeConditionVariableFn |
The FreeConditionVariableFunc callback function.
FreeMutexFunc __PlatformCallbacks::freeMutexFn |
The FreeMutexFunc callback function.
FreePlatformCallbacksFunc __PlatformCallbacks::freePlatformCallbacksFn |
Specialized cleanup callback.
GetCurrentTimeFunc __PlatformCallbacks::getCurrentTimeFn |
The GetCurrentTimeFunc callback function.
GetRandomNumberFunc __PlatformCallbacks::getRandomNumberFn |
The GetRandomNumberFunc callback function.
LockMutexFunc __PlatformCallbacks::lockMutexFn |
The LockMutexFunc callback function.
LogPrintFunc __PlatformCallbacks::logPrintFn |
The LogPrintFunc callback function.
SignalConditionVariableFunc __PlatformCallbacks::signalConditionVariableFn |
The SignalConditionVariableFunc callback function.
TryLockMutexFunc __PlatformCallbacks::tryLockMutexFn |
The TryLockMutexFunc callback function.
UnlockMutexFunc __PlatformCallbacks::unlockMutexFn |
The UnlockMutexFunc callback function.
UINT32 __PlatformCallbacks::version |
Version.
WaitConditionVariableFunc __PlatformCallbacks::waitConditionVariableFn |
The WaitConditionVariableFunc callback function.