ThreadsCallbacks

Undocumented in source.

Members

Variables

getThreadId
uint function() getThreadId;
Undocumented in source.
mutexDestroy
bool function(ref void* lock) mutexDestroy;
Undocumented in source.
mutexInit
bool function(ref void* lock) mutexInit;
Undocumented in source.
mutexLock
bool function(ref void* lock) mutexLock;
Undocumented in source.
mutexUnlock
bool function(ref void* lock) mutexUnlock;
Undocumented in source.
type
string type;
Undocumented in source.

Meta