12#ifndef ROOT_TPosixMutex
13#define ROOT_TPosixMutex
29struct pthread_mutex_t;
#define ClassDef(name, id)
Int_t UnLock()
Unlock the mutex.
Int_t TryLock()
Try locking the mutex. Returns 0 if mutex can be locked.
static constexpr int kIsRecursive
TPosixMutex(Bool_t recursive=kFALSE)
Create a posix mutex lock.
Int_t Lock()
Lock the mutex.
virtual ~TPosixMutex()
TMutex dtor.