Searched refs:__glutTimerList (Results 1 – 2 of 2) sorted by relevance
42 static GLUTtimer *__glutTimerList = 0; // list of timer callbacks variable72 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 …]
619 extern GLUTtimer *__glutTimerList;