OSX::OSXCriticalSection Class Reference
#include <osxcriticalsection.h>
Detailed Description
On OSX, pthread mutexes are used for critical sections.
- Todo:
- : Add debugging asserts? If yes wrap with new __NEBULA3-define
Public Member Functions | |
OSXCriticalSection () | |
constructor | |
~OSXCriticalSection () | |
destructor | |
void | Enter () const |
enter the critical section | |
void | Leave () const |
leave the critical section |