15 #ifndef LIGHTMUTEXHOLDER_H 16 #define LIGHTMUTEXHOLDER_H 18 #include "pandabase.h" 19 #include "lightMutex.h" 31 INLINE ~LightMutexHolder();
33 INLINE LightMutexHolder(
const LightMutexHolder ©);
34 INLINE
void operator = (
const LightMutexHolder ©);
37 #if defined(HAVE_THREADS) || defined(DEBUG_THREADS) 42 #include "lightMutexHolder.I" Similar to MutexHolder, but for a light mutex.
A thread; that is, a lightweight process.
This is a standard, non-reentrant mutex, similar to the Mutex class.