Home
last modified time | relevance | path

Searched refs:__glutTimerList (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/glut/
H A DglutEvent.cpp42 static GLUTtimer *__glutTimerList = 0; // list of timer callbacks variable
72 prevptr = &__glutTimerList; in glutTimerFunc()
96 while (__glutTimerList->timeout <= now) { in handleTimeouts()
97 timer = __glutTimerList; in handleTimeouts()
103 __glutTimerList = timer->next; in handleTimeouts()
106 if (!__glutTimerList) in handleTimeouts()
290 if (__glutTimerList) { in processEventsAndTimeouts()
303 bigtime_t timeout = __glutTimerList->timeout; in waitForSomething()
315 if (__glutTimerList) in waitForSomething()
331 if (__glutTimerList) in idleWait()
[all …]
H A Dglutint.h619 extern GLUTtimer *__glutTimerList;