12#ifndef ROOT_TWin32Mutex
13#define ROOT_TWin32Mutex
bool Bool_t
Boolean (0=false, 1=true) (bool)
int Int_t
Signed integer 4 bytes (int)
#define ClassDefOverride(name, id)
Int_t Lock() override
Lock the mutex.
Int_t UnLock() override
Unlock the mutex.
virtual ~TWin32Mutex()
TMutex dtor.
TWin32Mutex(Bool_t recursive=kFALSE)
Create a Win32 mutex lock.
Int_t TryLock() override
Try locking the mutex. Returns 0 if mutex can be locked.
CRITICAL_SECTION fCritSect