TrinityCore
|
#include "G3D/platform.h"
#include "G3D/AtomicInt32.h"
#include "G3D/debugAssert.h"
#include <string>
#include <pthread.h>
#include <signal.h>
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 | |
2005-09-22 2013-04-03