Home
last modified time | relevance | path

Searched refs:threshold_delay (Results 1 – 1 of 1) sorted by relevance

/qemu/accel/tcg/
H A Dcpu-exec.c100 static float threshold_delay; in print_delay() local
107 if ((-sc->diff_clk / (float)1000000000LL > threshold_delay) || in print_delay()
109 (threshold_delay - THRESHOLD_REDUCE))) { in print_delay()
110 threshold_delay = (-sc->diff_clk / 1000000000LL) + 1; in print_delay()
112 threshold_delay - 1, in print_delay()
113 threshold_delay); in print_delay()