GEvent Class Reference
Inheritance diagram for GEvent:

Detailed Description
Definition at line 603 of file GThreads.h.
Public Member Functions | |
| GEvent () | |
| void | set () |
| void | wait () |
| void | wait (int timeout) |
Member Function Documentation
| void GEvent::wait | ( | ) | [inline] |
Waits until the monitor is signaled.
The current thread atomically releases the monitor and waits until another thread calls function signal# or broadcast#. Function wait# then re-acquires the monitor and returns. An exception is thrown if this function is called by a thread which does not own the monitor.
Reimplemented from GMonitor.
Definition at line 612 of file GThreads.h.
The documentation for this class was generated from the following file:

