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

/external/qemu/
H A Dmain-loop.c410 /* TODO: MIN_TIMER_REARM_NS should be optimized */
411 #define MIN_TIMER_REARM_NS 250000 macro
641 if (nearest_delta_ns < MIN_TIMER_REARM_NS)
642 nearest_delta_ns = MIN_TIMER_REARM_NS;

Completed in 826 milliseconds