Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c234 uint64_t sleep_at_time = ctime + nanos_to_abs(arc4random_uniform(sleep_us * NSEC_PER_USEC) + 1); in churn_thread() local
239 if (g_churn_random && (ctime > sleep_at_time)) { in churn_thread()
242 sleep_at_time = ctime + nanos_to_abs(arc4random_uniform(sleep_us * NSEC_PER_USEC) + 1); in churn_thread()