Searched refs:thread_sleep_relative (Results 1 – 15 of 15) sorted by relevance
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()771 thread_sleep_relative(ZX_SEC(1)); in affinity_test()853 thread_sleep_relative(ZX_MSEC(1)); in priority_test()[all …]
25 thread_sleep_relative(ZX_MSEC(100)); in clock_tests()52 thread_sleep_relative(ZX_SEC(1)); in clock_tests()
20 thread_sleep_relative(ZX_MSEC(500)); in thread_sleep_test()
156 thread_sleep_relative(ZX_MSEC(10)); in test_blocking_clears_preempt_pending()167 thread_sleep_relative(ZX_MSEC(10)); in test_blocking_clears_preempt_pending()
152 thread_sleep_relative(ZX_MSEC(200)); // let the debug string clear the serial port in bench_memcpy()245 thread_sleep_relative(ZX_MSEC(200)); // let the debug string clear the serial port in bench_memset()
236 thread_sleep_relative(timer_duration); in timer_stress_worker()279 thread_sleep_relative(ZX_SEC(argv[1].u)); in timer_stress()
107 thread_sleep_relative(ZX_MSEC(10)); in x86_bringup_aps()128 thread_sleep_relative(ZX_MSEC(1)); in x86_bringup_aps()137 thread_sleep_relative(ZX_MSEC(5)); in x86_bringup_aps()
295 thread_sleep_relative(t); in cmd_sleep()334 thread_sleep_relative(ZX_USEC(1)); in stomp_stack()
47 thread_sleep_relative(ZX_SEC(2)); in LockDepThread()
113 thread_sleep_relative(sleep_duration_ns); in oom_loop()
284 thread_sleep_relative(ZX_MSEC(1)); in DoFunctionLevelReset()302 thread_sleep_relative(ZX_MSEC(100)); in DoFunctionLevelReset()318 thread_sleep_relative(ZX_MSEC(1)); in DoFunctionLevelReset()
212 thread_sleep_relative(ZX_SEC(2)); in watcher_thread_fn()
303 zx_status_t thread_sleep_relative(zx_duration_t delay);
710 thread_sleep_relative(ZX_SEC(1)); in hwd_thread()729 thread_sleep_relative(ZX_SEC(1)); in mwd_thread()
932 zx_status_t thread_sleep_relative(zx_duration_t delay) { in thread_sleep_relative() function
Completed in 53 milliseconds