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

Public Member Functions | |
| TMutexImp () | |
| virtual | ~TMutexImp () |
| virtual Int_t | Lock ()=0 |
| virtual Int_t | TryLock ()=0 |
| virtual Int_t | UnLock ()=0 |
| TMutexImp () | |
| virtual | ~TMutexImp () |
| virtual Int_t | Lock ()=0 |
| virtual Int_t | TryLock ()=0 |
| virtual Int_t | UnLock ()=0 |
Definition at line 33 of file TMutexImp.h.
| TMutexImp::TMutexImp | ( | ) | [inline] |
Definition at line 36 of file TMutexImp.h.
| virtual TMutexImp::~TMutexImp | ( | ) | [inline, virtual] |
Definition at line 37 of file TMutexImp.h.
| TMutexImp::TMutexImp | ( | ) | [inline] |
Definition at line 36 of file TMutexImp.h.
| virtual TMutexImp::~TMutexImp | ( | ) | [inline, virtual] |
Definition at line 37 of file TMutexImp.h.
| virtual Int_t TMutexImp::Lock | ( | ) | [pure virtual] |
Referenced by TMutex::Lock(), TThread::XAction(), and TThread::XARequest().
| virtual Int_t TMutexImp::TryLock | ( | ) | [pure virtual] |
Referenced by TMutex::TryLock().
| virtual Int_t TMutexImp::UnLock | ( | ) | [pure virtual] |
Referenced by TMutex::UnLock(), TThread::XAction(), and TThread::XARequest().
| virtual Int_t TMutexImp::Lock | ( | ) | [pure virtual] |
| virtual Int_t TMutexImp::TryLock | ( | ) | [pure virtual] |
| virtual Int_t TMutexImp::UnLock | ( | ) | [pure virtual] |
1.5.1