Home
last modified time | relevance | path

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

/dports/graphics/milton/milton-1.9.1/src/
H A Dmilton.cc863 float time_waited_s = perf_count_to_sec(perf_counter() - wait_begin_us); in milton_save_thread() local
864 if (time_waited_s <= time_to_wait_s) { in milton_save_thread()
865 time_to_wait_s -= time_waited_s; in milton_save_thread()