21#define _WIN32_WINNT 0x0501  
   59   if (::TryEnterCriticalSection(&
fCritSect))
 
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