
| GCondition(GMutex::Init_e e = fast) | |
| GCondition(const GCondition&) | |
| ~GCondition() | |
| Int_t | Broadcast() |
| static TClass* | Class() |
| TClass* | IsA() const |
| GMutex::Lock_e | GMutex::Lock() |
| Int_t | LockBroadcast() |
| Int_t | LockSignal() |
| GCondition& | operator=(const GCondition&) |
| void | ShowMembers(TMemberInspector& insp) |
| Int_t | Signal() |
| void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| Int_t | TimedWait(GTime time) |
| Int_t | TimedWaitUntil(GTime time) |
| GMutex::Lock_e | GMutex::TryLock() |
| GMutex::Lock_e | GMutex::Unlock() |
| Int_t | Wait() |

Performs timedwait for interval time. Mutex should be locked upon calling this method. Returns 1 for time-out, 0 for other cases.
Performs timedwait until time. Mutex should be locked upon calling this method. Returns 1 for time-out, 0 for other cases.