HomeSort by relevance Sort by last modified time
    Searched refs:host_clock (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
looper-qemu.c 30 /* Model a timer simple as a QEMUTimer for the host_clock */
39 qemu_mod_timer(tt, qemu_get_clock_ms(host_clock) + timeout_ms);
88 timer->impl = qemu_new_timer_ms(host_clock, callback, opaque);
373 return qemu_get_clock_ms(host_clock);
  /external/qemu/
qemu-timer.c 426 QEMUClock *host_clock; variable
686 host_clock = qemu_new_clock(QEMU_CLOCK_HOST);
688 rtc_clock = host_clock;
783 qemu_run_timers(host_clock);
876 qemu_get_clock_ns(host_clock);
    [all...]
qemu-timer.h 37 extern QEMUClock *host_clock;

Completed in 53 milliseconds