#include <mutexDummyImpl.h>
Public Member Functions | |
MutexDummyImpl () | |
~MutexDummyImpl () | |
void | lock () |
void | release () |
Private Attributes | |
int | _lock_count |
This does nothing but assert that the same process does not try to grab the mutex twice.
Definition at line 45 of file mutexDummyImpl.h.
|
Definition at line 31 of file mutexDummyImpl.I. References _lock_count, INLINE, and nassertv. |
|
Definition at line 45 of file mutexDummyImpl.I. References _lock_count, INLINE, and nassertv. |
|
Definition at line 58 of file mutexDummyImpl.I. References _lock_count, INLINE, and nassertv. |
|
Definition at line 74 of file mutexDummyImpl.I. |
|
Definition at line 55 of file mutexDummyImpl.h. Referenced by lock(), MutexDummyImpl(), and ~MutexDummyImpl(). |