#include <UT_LockUtil.h>
Public Member Functions | |
| UT_LockScopeType () | |
| UT_LockScopeType (Lock &mutex, bool acquire=true) | |
| ~UT_LockScopeType () | |
| void | lock () |
| bool | tryLock () |
| bool | safeLock (Lock &mutex) |
| void | unlock () |
Definition at line 52 of file UT_LockUtil.h.
| UT_LockScopeType< Lock >::UT_LockScopeType | ( | ) | [inline] |
Definition at line 55 of file UT_LockUtil.h.
| UT_LockScopeType< Lock >::UT_LockScopeType | ( | Lock & | mutex, | |
| bool | acquire = true | |||
| ) | [inline] |
Definition at line 60 of file UT_LockUtil.h.
| UT_LockScopeType< Lock >::~UT_LockScopeType | ( | ) | [inline] |
Definition at line 67 of file UT_LockUtil.h.
| void UT_LockScopeType< Lock >::lock | ( | ) | [inline] |
Definition at line 73 of file UT_LockUtil.h.
| bool UT_LockScopeType< Lock >::safeLock | ( | Lock & | mutex | ) | [inline] |
Definition at line 95 of file UT_LockUtil.h.
| bool UT_LockScopeType< Lock >::tryLock | ( | ) | [inline] |
Definition at line 84 of file UT_LockUtil.h.
| void UT_LockScopeType< Lock >::unlock | ( | ) | [inline] |
Definition at line 108 of file UT_LockUtil.h.
1.5.9