|
HDK
|
#include "UT_API.h"#include "UT_Assert.h"#include "UT_IntArray.h"#include "UT_LockUtil.h"#include "UT_NonCopyable.h"#include "UT_RecursiveTimedLock.h"#include "UT_ThreadSpecificValue.h"#include <SYS/SYS_AtomicInt.h>#include <SYS/SYS_AtomicPtr.h>#include "UT_AbortableLockImpl.h"
Include dependency graph for UT_AbortableLock.h:Go to the source code of this file.
Classes | |
| class | UT_AbortableLockImpl::LockState |
| class | UT_AbortableLock< LOCKABLE > |
Namespaces | |
| UT_AbortableLockImpl | |
Typedefs | |
| typedef UT_AbortableLock < UT_RecursiveTimedLock > | UT_AbortableRecursiveLock |
| A form of UT_Lock with deadlock detection. More... | |
A form of UT_Lock with deadlock detection.
Definition at line 121 of file UT_AbortableLock.h.