HomeSort by relevance Sort by last modified time
    Searched full:cpu_get_clock (Results 1 - 1 of 1) sorted by null

  /external/qemu/
qemu-timer.c 132 static int64_t cpu_get_clock(void) function
154 return cpu_get_icount() - cpu_get_clock();
175 timers_state.cpu_clock_offset = cpu_get_clock();
293 cur_time = cpu_get_clock();
462 int64_t cur_time = cpu_get_clock();
658 return cpu_get_clock();
675 return cpu_get_clock();
    [all...]

Completed in 415 milliseconds