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

  /external/qemu/
qemu-timer.c 399 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time) function
440 timer_mod_ns(ts, expire_time * ts->scale);
savevm.c 1214 timer_mod_ns(ts, expire_time);
    [all...]
  /external/qemu/include/qemu/
timer.h 536 * timer_mod_ns:
545 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time);

Completed in 594 milliseconds