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

/external/qemu/
H A Dmain-loop.c635 if (!qemu_clock_has_timers(QEMU_CLOCK_REALTIME) &&
636 !qemu_clock_has_timers(QEMU_CLOCK_VIRTUAL) &&
637 !qemu_clock_has_timers(QEMU_CLOCK_HOST))
773 if (!qemu_clock_has_timers(QEMU_CLOCK_REALTIME) &&
774 !qemu_clock_has_timers(QEMU_CLOCK_VIRTUAL) &&
775 !qemu_clock_has_timers(QEMU_CLOCK_HOST)) {
843 if (!qemu_clock_has_timers(QEMU_CLOCK_REALTIME) &&
844 !qemu_clock_has_timers(QEMU_CLOCK_VIRTUAL) &&
845 !qemu_clock_has_timers(QEMU_CLOCK_HOST)) {
H A Dqemu-timer.c179 bool qemu_clock_has_timers(QEMUClockType type) function
/external/qemu/include/qemu/
H A Dtimer.h112 * qemu_clock_has_timers:
125 bool qemu_clock_has_timers(QEMUClockType type);

Completed in 80 milliseconds