Searched refs:WaitEvent (Results 1 – 3 of 3) sorted by relevance
31 void WaitEvent(); // wait for new event32 void WaitEvent(bigtime_t usecs); // wait with timeout
39 void GlutBlocker::WaitEvent() { in WaitEvent() function in GlutBlocker50 void GlutBlocker::WaitEvent(bigtime_t usecs) { in WaitEvent() function in GlutBlocker
120 gBlock.WaitEvent(); // if there is already an event, returns in processEventsAndTimeouts()310 gBlock.WaitEvent(timeout-now); in waitForSomething()