Lines Matching refs:thread_sleep_relative

37         thread_sleep_relative(ZX_MSEC(rand() % 500));  in sleep_thread()
104 thread_sleep_relative(ZX_MSEC(100)); in mutex_test()
176 thread_sleep_relative(ZX_MSEC(100)); in mutex_inherit_test()
187 thread_sleep_relative(ZX_SEC(1)); in event_signaler()
244 thread_sleep_relative(ZX_SEC(2)); in event_test()
260 thread_sleep_relative(ZX_SEC(2)); in event_test()
302 thread_sleep_relative(ZX_SEC(1)); in context_switch_tester()
316 thread_sleep_relative(ZX_MSEC(100)); in context_switch_test()
319 thread_sleep_relative(ZX_MSEC(100)); in context_switch_test()
325 thread_sleep_relative(ZX_MSEC(100)); in context_switch_test()
328 thread_sleep_relative(ZX_MSEC(100)); in context_switch_test()
336 thread_sleep_relative(ZX_MSEC(100)); in context_switch_test()
339 thread_sleep_relative(ZX_MSEC(100)); in context_switch_test()
415 thread_sleep_relative(ZX_SEC(1)); in preempt_test()
436 thread_sleep_relative(ZX_SEC(1)); in preempt_test()
446 thread_sleep_relative(ZX_MSEC(500)); in join_tester()
471 thread_sleep_relative(ZX_SEC(1)); // wait until thread is already dead in join_tester_server()
482 thread_sleep_relative(ZX_SEC(1)); // wait until the thread should be dead in join_tester_server()
488 thread_sleep_relative(ZX_SEC(1)); // wait until thread is already dead in join_tester_server()
580 thread_sleep_relative(ZX_MSEC(100)); in sleeper_kill_thread()
597 thread_sleep_relative(ZX_MSEC(100)); in waiter_kill_thread_infinite_wait()
610 thread_sleep_relative(ZX_MSEC(100)); in waiter_kill_thread()
627 thread_sleep_relative(ZX_MSEC(200)); in kill_tests()
652 thread_sleep_relative(ZX_MSEC(200)); in kill_tests()
671 thread_sleep_relative(ZX_MSEC(200)); in kill_tests()
715 thread_sleep_relative(ZX_USEC(rand() % 100)); in affinity_test_thread()
767 thread_sleep_relative(ZX_SEC(1)); in affinity_test()
771 thread_sleep_relative(ZX_SEC(1)); in affinity_test()
802 thread_sleep_relative(ZX_MSEC(200)); in tls_tests()
853 thread_sleep_relative(ZX_MSEC(1)); in priority_test()
857 thread_sleep_relative(ZX_MSEC(1)); in priority_test()
911 thread_sleep_relative(ZX_MSEC(200)); in thread_tests()