HDK
|
#include <UT_LockUtil.h>
Public Member Functions | |
UT_AutoLockType (Lock &lock) | |
~UT_AutoLockType () | |
A simple class to acquire a lock and ensure that it is released when it goes out of scope. It locks with a lightweight lock (which is the most common type used). This works with both normal and threadlock types.
Definition at line 26 of file UT_LockUtil.h.
|
inline |
Definition at line 29 of file UT_LockUtil.h.
|
inline |
Definition at line 33 of file UT_LockUtil.h.