12 #ifndef ROOT_TWin32Mutex
13 #define ROOT_TWin32Mutex
24 #ifndef ROOT_TMutexImp
31 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)
Int_t TryLock()
Try locking the mutex. Returns 0 if mutex can be locked.
virtual ~TWin32Mutex()
TMutex dtor.