#include <UT_LockUtil.h>
Public Member Functions | |
| UT_DebugLockType (const char *name, int lockstate=0, bool threadlock=false) | |
| UT_DebugLockType (const UT_DebugLockType &rhs) | |
| ~UT_DebugLockType () | |
| bool | lock (int ntrials) |
| bool | lockLW (int ntrials) |
| bool | lockNap (int ntrials) |
| void | lock () |
| void | lockLW () |
| void | lockNap () |
| void | unlock () |
| bool | isLocked () |
Definition at line 62 of file UT_LockUtil.h.
| UT_DebugLockType< Lock >::UT_DebugLockType | ( | const char * | name, | |
| int | lockstate = 0, |
|||
| bool | threadlock = false | |||
| ) | [inline] |
Definition at line 65 of file UT_LockUtil.h.
| UT_DebugLockType< Lock >::UT_DebugLockType | ( | const UT_DebugLockType< Lock > & | rhs | ) | [inline] |
Definition at line 69 of file UT_LockUtil.h.
| UT_DebugLockType< Lock >::~UT_DebugLockType | ( | ) | [inline] |
Definition at line 73 of file UT_LockUtil.h.
| bool UT_DebugLockType< Lock >::isLocked | ( | ) | [inline] |
Definition at line 89 of file UT_LockUtil.h.
| void UT_DebugLockType< Lock >::lock | ( | ) | [inline] |
Definition at line 83 of file UT_LockUtil.h.
| bool UT_DebugLockType< Lock >::lock | ( | int | ntrials | ) | [inline] |
Definition at line 79 of file UT_LockUtil.h.
| void UT_DebugLockType< Lock >::lockLW | ( | ) | [inline] |
Definition at line 84 of file UT_LockUtil.h.
| bool UT_DebugLockType< Lock >::lockLW | ( | int | ntrials | ) | [inline] |
Definition at line 80 of file UT_LockUtil.h.
| void UT_DebugLockType< Lock >::lockNap | ( | ) | [inline] |
Definition at line 85 of file UT_LockUtil.h.
| bool UT_DebugLockType< Lock >::lockNap | ( | int | ntrials | ) | [inline] |
Definition at line 81 of file UT_LockUtil.h.
| void UT_DebugLockType< Lock >::unlock | ( | ) | [inline] |
Definition at line 87 of file UT_LockUtil.h.
1.5.9