12 #ifndef ROOT_TWin32Mutex 13 #define ROOT_TWin32Mutex 29 struct CRITICAL_SECTION;
Int_t UnLock()
Unlock the mutex.
Int_t Lock()
Lock the mutex.
#define ClassDef(name, id)
CRITICAL_SECTION fCritSect
TWin32Mutex(Bool_t recursive=kFALSE)
Create a Win32 mutex lock.
Int_t TryLock()
Try locking the mutex. Returns 0 if mutex can be locked.
virtual ~TWin32Mutex()
TMutex dtor.