Searched refs:WaitEvent (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/glut/
H A DglutBlocker.h24 * event semaphore blocks WaitEvent() call if necessary
31 void WaitEvent(); // wait for new event
32 void WaitEvent(bigtime_t usecs); // wait with timeout
H A DglutBlocker.cpp39 void GlutBlocker::WaitEvent() { function in class:GlutBlocker
50 void GlutBlocker::WaitEvent(bigtime_t usecs) { function in class:GlutBlocker
63 events = true; // next call to WaitEvent returns immediately
H A DglutEvent.cpp120 gBlock.WaitEvent(); // if there is already an event, returns
310 gBlock.WaitEvent(timeout-now);

Completed in 98 milliseconds