Enumerates kinds of lock hold.

Enumerator:
LockAndUnlock  Locks on construction and unlocks on destruction (the default).
UnlockAndRelock  The opposite (very rarely used).
AcceptNullMutex  Accepts a null mutex pointer.
IsShrdMutex 
IsRWMutex 
IsLocked 
IsRWMutexWrite 

Definition at line 536 of file QThread.h.

00537     {
00538         LockAndUnlock=0,        
00539         UnlockAndRelock=1,      
00540         AcceptNullMutex=2,      
00541 
00542         IsShrdMutex=(1<<26),
00543         IsRWMutex=(1<<27),
00544         IsLocked=(1<<28),
00545         IsRWMutexWrite=(1<<29)
00546     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:45 2009 for TnFOX by doxygen v1.4.7