Searched refs:sleep_us (Results 1 – 1 of 1) sorted by relevance
232 uint64_t sleep_us = 1000; in churn_thread() local234 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()