12 #ifndef ROOT_TPosixMutex 13 #define ROOT_TPosixMutex 29 struct pthread_mutex_t;
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.
#define ClassDef(name, id)
Int_t Lock()
Lock the mutex.
virtual ~TPosixMutex()
TMutex dtor.