Panda3D
|
A fake mutex implementation for single-threaded applications that don't need any synchronization control. More...
#include "mutexDummyImpl.h"
Public Member Functions | |
void | acquire () |
void | release () |
bool | try_acquire () |
A fake mutex implementation for single-threaded applications that don't need any synchronization control.
This does nothing at all.
Definition at line 27 of file mutexDummyImpl.h.