HDK
|
Lock adapter for std mutexes. More...
#include <UT_RecursiveTimedLock.h>
Public Member Functions | |
bool | timedLock (int ms) |
Public Member Functions inherited from UT_Lockable< STD_MUTEX > | |
UT_Lockable () | |
~UT_Lockable () | |
bool | tryLock () |
void | lock () |
void | unlock () |
bool | safeLock () |
bool | isLocked () |
exint | getMemoryUsage (bool inclusive) const |
Additional Inherited Members | |
Public Types inherited from UT_Lockable< STD_MUTEX > | |
using | Scope = UT_UniqueLock< UT_Lockable< STD_MUTEX > > |
Protected Member Functions inherited from UT_Lockable< STD_MUTEX > | |
STD_MUTEX & | mutex () |
Lock adapter for std mutexes.
Definition at line 145 of file UT_RecursiveTimedLock.h.
|
inline |
Definition at line 148 of file UT_RecursiveTimedLock.h.