#include <Include.h>

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