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