Searched defs:qemu_next_alarm_deadline (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dmain-loop.c542 static int64_t qemu_next_alarm_deadline(void) function
569 // It's not possible to call qemu_next_alarm_deadline() to know
640 nearest_delta_ns = qemu_next_alarm_deadline();
719 // We can actually call qemu_next_alarm_deadline() here since this
721 if (alarm_has_dynticks(t) || qemu_next_alarm_deadline() <= 0) {
781 nearest_delta_ms = (qemu_next_alarm_deadline() + 999999) / 1000000;
848 nearest_delta_ms = (qemu_next_alarm_deadline() + 999999) / 1000000;

Completed in 83 milliseconds