Searched refs:xorg_timer (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c154 OsTimerPtr xorg_timer; member in struct:SpiceTimer
156 void *opaque; // also stored in xorg_timer, but needed for timer_start
160 OsTimerPtr xorg_timer,
181 timer->xorg_timer = TimerSet(timer->xorg_timer, 0 /* flags */,
187 TimerCancel(timer->xorg_timer);
192 TimerFree(timer->xorg_timer);
159 xorg_timer_callback(OsTimerPtr xorg_timer,CARD32 time,pointer arg) argument
H A Ddfps.c72 OsTimerPtr xorg_timer; member in struct:FrameTimer
74 void *opaque; // also stored in xorg_timer, but needed for timer_start
78 OsTimerPtr xorg_timer,
92 timer->xorg_timer = TimerSet(NULL, 0, 1e9 /* TODO: infinity? */, xorg_timer_callback, timer);
100 TimerSet(timer->xorg_timer, 0 /* flags */, ms, xorg_timer_callback, timer);
77 xorg_timer_callback(OsTimerPtr xorg_timer,CARD32 time,pointer arg) argument

Completed in 3 milliseconds