Searched refs:timers (Results 1 – 6 of 6) sorted by relevance
68 SDL_Timer *timers; member85 for (curr = data->timers; curr; prev = curr, curr = curr->next) { in SDL_AddTimerInternal()95 data->timers = timer; in SDL_AddTimerInternal()151 while (data->timers) { in SDL_TimerThread()152 current = data->timers; in SDL_TimerThread()161 data->timers = current->next; in SDL_TimerThread()257 while (data->timers) { in SDL_TimerQuit()258 timer = data->timers; in SDL_TimerQuit()259 data->timers = timer->next; in SDL_TimerQuit()
20 …offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return…22 …timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this…
1502 # TODO: in configure.ac the check for timers is set on1966 # We always need to have threads and timers around
1594 --enable-timers Enable the timer subsystem [[default=yes]]
69 * timers (via SDL_GetTicks(), SDL_AddTimer(), SDL_GetPerformanceCounter(),
554 @item timers
Completed in 32 milliseconds