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

/external/qemu/
H A Dqemu-timer.c94 static bool timer_expired_ns(QEMUTimer *timer_head, int64_t current_time) function
368 if (!timer_expired_ns(t, expire_time)) {
455 return timer_expired_ns(timer_head, current_time * timer_head->scale);
475 if (!timer_expired_ns(ts, current_time)) {

Completed in 54 milliseconds