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

/external/qemu/
H A Dmain-loop.c588 timer_t host_timer; local
606 if (timer_create(CLOCK_REALTIME, &ev, &host_timer)) {
615 t->timer = host_timer;
622 timer_t host_timer = t->timer; local
624 timer_delete(host_timer);
629 timer_t host_timer = t->timer; local
645 if (timer_gettime(host_timer, &timeout)) {
658 if (timer_settime(host_timer, 0 /* RELATIVE */, &timeout, NULL)) {

Completed in 29 milliseconds