Home
last modified time | relevance | path

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

/haiku/src/libs/glut/
H A DglutBlocker.h31 void WaitEvent(); // wait for new event
32 void WaitEvent(bigtime_t usecs); // wait with timeout
H A DglutBlocker.cpp39 void GlutBlocker::WaitEvent() { in WaitEvent() function in GlutBlocker
50 void GlutBlocker::WaitEvent(bigtime_t usecs) { in WaitEvent() function in GlutBlocker
H A DglutEvent.cpp120 gBlock.WaitEvent(); // if there is already an event, returns in processEventsAndTimeouts()
310 gBlock.WaitEvent(timeout-now); in waitForSomething()