Searched refs:timer_add (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c170 static SpiceTimer* timer_add(SpiceTimerFunc func, void *opaque) function in typeref:typename:SpiceTimer *
427 core.timer_add = timer_add;
H A Ddfps.c88 static FrameTimer* timer_add(FrameTimerFunc func, void *opaque) function in typeref:typename:FrameTimer *
105 qxl->frames_timer = timer_add(dfps_ticker, qxl);
H A Dspiceqxl_audio.c528 data->wall_timer = qxl->core->timer_add(wall_ticker, qxl);

Completed in 5 milliseconds