Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c232 uint64_t sleep_us = 1000; in churn_thread() local
234 uint64_t sleep_at_time = ctime + nanos_to_abs(arc4random_uniform(sleep_us * NSEC_PER_USEC) + 1); in churn_thread()
240 usleep(arc4random_uniform(sleep_us) + 1); in churn_thread()
242 sleep_at_time = ctime + nanos_to_abs(arc4random_uniform(sleep_us * NSEC_PER_USEC) + 1); in churn_thread()