#include <TVirtualMutex.h>
Inheritance diagram for TVirtualMutex:


Public Methods | |
| TVirtualMutex (Bool_t=kFALSE) | |
| virtual | ~TVirtualMutex () |
| virtual Int_t | Lock () |
| virtual Int_t | TryLock () |
| virtual Int_t | UnLock () |
| virtual Int_t | CleanUp () |
| Int_t | Acquire () |
| Int_t | Release () |
|
|
Definition at line 33 of file TVirtualMutex.h. |
|
|
Definition at line 34 of file TVirtualMutex.h. |
|
|
Reimplemented in TMutex. Definition at line 36 of file TVirtualMutex.h. Referenced by Acquire(), and TLockGuard::TLockGuard(). |
|
|
Reimplemented in TMutex. Definition at line 37 of file TVirtualMutex.h. |
|
|
Reimplemented in TMutex. Definition at line 38 of file TVirtualMutex.h. Referenced by Release(), and TLockGuard::~TLockGuard(). |
|
|
Reimplemented in TMutex. Definition at line 39 of file TVirtualMutex.h. |
|
|
Definition at line 40 of file TVirtualMutex.h. References Lock(). |
|
|
Definition at line 41 of file TVirtualMutex.h. References UnLock(). |
1.2.16