
| GCondition(GMutex::Init_e e = fast) | |
| GCondition(const GCondition&) | |
| virtual | ~GCondition() |
| Int_t | Broadcast() |
| static TClass* | Class() |
| virtual TClass* | IsA() const |
| GMutex::Lock_e | GMutex::Lock() |
| Int_t | LockBroadcast() |
| Int_t | LockSignal() |
| GCondition& | operator=(const GCondition&) |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| Int_t | Signal() |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| Int_t | TimedWaitMS(UInt_t wait_ms) |
| Int_t | TimedWaitMuS(UInt_t wait_mus) |
| GMutex::Lock_e | GMutex::TryLock() |
| GMutex::Lock_e | GMutex::Unlock() |
| Int_t | Wait() |

Performs timedwait ... mutex should be locked upon calling this method. Time given in mili-seconds. Returns 1 for time-out, 0 for other cases.
Performs timedwait ... mutex should be locked upon calling this method. Time given in micro-seconds. Returns 1 for time-out, 0 for other cases.