Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dspice-core.c55 struct SpiceTimer { struct
59 static SpiceTimer *timer_add(SpiceTimerFunc func, void *opaque) in timer_add() argument
61 SpiceTimer *timer; in timer_add()
68 static void timer_start(SpiceTimer *timer, uint32_t ms) in timer_start()
73 static void timer_cancel(SpiceTimer *timer) in timer_cancel()
78 static void timer_remove(SpiceTimer *timer) in timer_remove()