| 
    HDK
    
   | 
 
#include <UT_LockUtil.h>
Public Member Functions | |
| UT_ObjLockType (int capacity=256) | |
| ~UT_ObjLockType () | |
| int | lock (const void *obj) | 
| int | tryLock (const void *obj) | 
| void | unlock (const void *obj, int ident) | 
Public Attributes | |
| Lock | myAccessLock | 
| UT_Array< ut_ObjLockEntry * > | myObjs | 
Definition at line 220 of file UT_LockUtil.h.
      
  | 
  inline | 
Definition at line 223 of file UT_LockUtil.h.
      
  | 
  inline | 
Definition at line 227 of file UT_LockUtil.h.
      
  | 
  inline | 
Definition at line 234 of file UT_LockUtil.h.
      
  | 
  inline | 
Definition at line 251 of file UT_LockUtil.h.
      
  | 
  inline | 
Definition at line 270 of file UT_LockUtil.h.
| Lock UT_ObjLockType< Lock >::myAccessLock | 
Definition at line 333 of file UT_LockUtil.h.
| UT_Array<ut_ObjLockEntry *> UT_ObjLockType< Lock >::myObjs | 
Definition at line 334 of file UT_LockUtil.h.