|
logog
logger optimized for games
|
#include <pthread.h>Go to the source code of this file.
Classes | |
| class | Mutex |
| [Mutex] More... | |
| class | ScopedLock |
Namespaces | |
| logog | |
| [Thread] | |
Functions | |
| void | LockAllocationsMutex () |
| void | UnlockAllocationsMutex () |
| Mutex & | GetStringSearchMutex () |
| void | DestroyStringSearchMutex () |
Variables | |
| Mutex | s_AllocationsMutex |
Defines a mutual exclusion object for the current platform.