CFx SDK Documentation
2023 SP0
|
#include <ThreadsCounter.h>
Public Member Functions | |
OdMutexPtrAutoLock (OdMutex *mutex) | |
~OdMutexPtrAutoLock () | |
void | lock () |
void | unlock () |
Protected Member Functions | |
OdMutexPtrAutoLock () | |
void | set (bool bEnable) |
Protected Attributes | |
OdMutex * | m_mutex |
This class implements AutoLock object for OdMutex*.
MutexAutoLock objects automatically lock the specified OdMutex object when constructed and unlock it when destroyed.
Corresponding C++ library: Root <group Other_Classes>
Definition at line 64 of file ThreadsCounter.h.
|
inline |
mutex | [in] Mutex to be Autolocked. |
Definition at line 69 of file ThreadsCounter.h.
|
inline |
Definition at line 74 of file ThreadsCounter.h.
|
inlineprotected |
Definition at line 83 of file ThreadsCounter.h.
|
inline |
Definition at line 79 of file ThreadsCounter.h.
|
inlineprotected |
Definition at line 84 of file ThreadsCounter.h.
|
inline |
Definition at line 80 of file ThreadsCounter.h.
|
protected |
Definition at line 96 of file ThreadsCounter.h.