Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c68 SDL_Timer *timers; member
85 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()
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js20 …offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return…
22timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this…
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt1502 # TODO: in configure.ac the check for timers is set on
1966 # We always need to have threads and timers around
A Dconfigure1594 --enable-timers Enable the timer subsystem [[default=yes]]
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md69 * timers (via SDL_GetTicks(), SDL_AddTimer(), SDL_GetPerformanceCounter(),
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi554 @item timers

Completed in 32 milliseconds