18 #include "pandabase.h" 19 #include "mutexDebug.h" 20 #include "reMutexDirect.h" 34 class EXPCL_PANDA_PIPELINE
ReMutex :
public MutexDebug
37 #endif // DEBUG_THREADS 42 INLINE ReMutex(
const char *name);
44 INLINE ReMutex(
const string &name);
47 INLINE ReMutex(
const ReMutex ©);
48 INLINE
void operator = (
const ReMutex ©);
This class implements a standard reMutex by making direct calls to the underlying implementation laye...