int Int_t
Signed integer 4 bytes (int).
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.