logog
logger optimized for games
mutex.hpp File Reference
#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
 

Detailed Description

Defines a mutual exclusion object for the current platform.