Public Member Functions | |
| Mutex (int spinCount=DEFAULT_SPIN_COUNT) | |
| Mutex (const char *name) | |
| void | Lock () const |
| void | Unlock () const |
| bool | TryLock () const |
Protected Attributes | |
| unsigned long long | m_workSpaceBuffer [15] |
Definition at line 17 of file ExternalMutex.h.