39 Error(
"TMutex",
"could not create TMutexImp");
This class implements a mutex interface.
R__EXTERN TThreadFactory * gThreadFactory
Int_t UnLock()
Unlock the mutex.
TVirtualMutex * Factory(Bool_t recursive=kFALSE)
Create mutex and return pointer to it.
void Error(const char *location, const char *msgfmt,...)
virtual Int_t TryLock()=0
virtual TMutexImp * CreateMutexImp(Bool_t recursive)=0
Int_t CleanUp()
Clean up of mutex.
Int_t TryLock()
Try to lock mutex.
Int_t Lock()
Lock the mutex.