36 class EXPCL_PANDA_PIPELINE 
Mutex : 
public MutexDebug
    39 #endif  // DEBUG_THREADS    44   INLINE 
Mutex(
const char *name);
    46   INLINE 
explicit Mutex(
const std::string &name);
    50   void operator = (
const Mutex ©) = 
delete;
    55   static Mutex _notify_mutex;
 PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A standard mutex, or mutual exclusion lock.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class implements a standard mutex by making direct calls to the underlying implementation layer.