Kohi Game Engine
|
#include <kmutex.h>
Data Fields | |
void * | internal_data |
A mutex to be used for synchronization purposes. A mutex (or mutual exclusion) is used to limit access to a resource when there are multiple threads of execution around that resource.
void* internal_data |