12#ifndef ROOT_TPosixMutex 
   13#define ROOT_TPosixMutex 
   29struct pthread_mutex_t;
 
#define ClassDefOverride(name, id)
 
Int_t UnLock() override
Unlock the mutex.
 
static constexpr int kIsRecursive
 
Int_t Lock() override
Lock the mutex.
 
Int_t TryLock() override
Try locking the mutex. Returns 0 if mutex can be locked.
 
virtual ~TPosixMutex()
TMutex dtor.