Panda3D
|
A lightweight reentrant mutex. More...
#include "lightReMutex.h"
Public Member Functions | |
LightReMutex (const char *name) | |
LightReMutex (const string &name) |
A lightweight reentrant mutex.
See LightMutex and ReMutex.
This class inherits its implementation either from MutexDebug or LightReMutexDirect, depending on the definition of DEBUG_THREADS.
Definition at line 34 of file lightReMutex.h.