HDK
|
#include <UT_LockUtil.h>
Public Types | |
using | Scope = UT_UniqueLock< UT_DebugLockType< Lock > > |
Public Member Functions | |
UT_DebugLockType (const char *name, int lockstate=0, bool threadlock=false) | |
~UT_DebugLockType () | |
bool | lock (int ms) |
void | lock () |
bool | safeLock () |
void | unlock () |
bool | isLocked () |
Definition at line 186 of file UT_LockUtil.h.
using UT_DebugLockType< Lock >::Scope = UT_UniqueLock< UT_DebugLockType<Lock> > |
Definition at line 210 of file UT_LockUtil.h.
|
inline |
Definition at line 189 of file UT_LockUtil.h.
|
inline |
Definition at line 193 of file UT_LockUtil.h.
|
inline |
Definition at line 208 of file UT_LockUtil.h.
|
inline |
Definition at line 201 of file UT_LockUtil.h.
|
inline |
Definition at line 203 of file UT_LockUtil.h.
|
inline |
Definition at line 204 of file UT_LockUtil.h.
|
inline |
Definition at line 206 of file UT_LockUtil.h.