HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_AbortableLock.h File Reference
#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...
 

Typedef Documentation

A form of UT_Lock with deadlock detection.

Definition at line 121 of file UT_AbortableLock.h.