TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GMutex.h File Reference
#include "G3D/platform.h"
#include "G3D/AtomicInt32.h"
#include "G3D/debugAssert.h"
#include <string>
#include <pthread.h>
#include <signal.h>
+ Include dependency graph for GMutex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G3D::Spinlock
 A mutual exclusion lock that busy-waits when locking. More...
 
class  G3D::GMutex
 Mutual exclusion lock used for synchronization. More...
 
class  G3D::GMutexLock
 

Namespaces

 G3D
 

Detailed Description

2005-09-22 2013-04-03