Searched refs:ticks_per_ms (Results 1 – 1 of 1) sorted by relevance
65 const uint64_t ticks_per_ms = 1000 << 12, ms_to_wait = 5; in test_set() local83 report(end - start > (ticks_per_ms * ms_to_wait), "Advances"); in test_set()