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


Public Methods | |
| TCondition (TMutex *m=0) | |
| virtual | ~TCondition () |
| TMutex * | GetMutex () const |
| Int_t | Wait () |
| Int_t | TimedWait (ULong_t secs, ULong_t nanoSecs=0) |
| Int_t | Signal () |
| Int_t | Broadcast () |
Friends | |
| class | TThread |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 50 of file TCondition.h. References TConditionImp::Signal(). |
|
|
Definition at line 51 of file TCondition.h. References TConditionImp::Broadcast(). |
|
|
Definition at line 37 of file TCondition.h. |
1.2.16