#define ClassDefOverride(name, id)
 
Int_t CleanUp() override
Clean up of mutex.
 
TMutex & operator=(const TMutex &)=delete
 
Int_t UnLock() override
Unlock the mutex.
 
Int_t TryLock() override
Try to lock mutex.
 
TMutex(const TMutex &)=delete
 
Int_t Lock() override
Lock the mutex.
 
<div class="legacybox"><h2>Legacy Code</h2> TThread is a legacy interface: there will be no bug fixes...
 
This class implements a mutex interface.