#define ClassDefOverride(name, id)
Mother of all ROOT objects.
TRWLock(const TRWLock &)=delete
TRWLock & operator=(const TRWLock &)=delete
Int_t ReadLock()
Obtain a reader lock. Returns always 0.
TRWLock()
Create reader/write lock.
Int_t WriteLock()
Obtain a writer lock. Returns always 0.
Int_t WriteUnLock()
Unlock writer lock.
Int_t ReadUnLock()
Unlock reader lock.