Home
last modified time | relevance | path

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

/kernel/tests/
A Dthread_tests.cpp104 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 …]
A Dclock_tests.cpp25 thread_sleep_relative(ZX_MSEC(100)); in clock_tests()
52 thread_sleep_relative(ZX_SEC(1)); in clock_tests()
A Dsleep_tests.cpp20 thread_sleep_relative(ZX_MSEC(500)); in thread_sleep_test()
A Dpreempt_disable_tests.cpp156 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()
A Dstring_tests.cpp152 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()
A Dtimer_tests.cpp236 thread_sleep_relative(timer_duration); in timer_stress_worker()
279 thread_sleep_relative(ZX_SEC(argv[1].u)); in timer_stress()
/kernel/arch/x86/
A Dsmp.cpp107 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()
/kernel/lib/debugcommands/
A Ddebugcommands.cpp295 thread_sleep_relative(t); in cmd_sleep()
334 thread_sleep_relative(ZX_USEC(1)); in stomp_stack()
/kernel/lib/lockdep/
A Dlock_dep.cpp47 thread_sleep_relative(ZX_SEC(2)); in LockDepThread()
/kernel/lib/oom/
A Doom.cpp113 thread_sleep_relative(sleep_duration_ns); in oom_loop()
/kernel/dev/pcie/
A Dpcie_device.cpp284 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()
/kernel/lib/counters/
A Dcounters.cpp212 thread_sleep_relative(ZX_SEC(2)); in watcher_thread_fn()
/kernel/include/kernel/
A Dthread.h303 zx_status_t thread_sleep_relative(zx_duration_t delay);
/kernel/object/
A Ddiagnostics.cpp710 thread_sleep_relative(ZX_SEC(1)); in hwd_thread()
729 thread_sleep_relative(ZX_SEC(1)); in mwd_thread()
/kernel/kernel/
A Dthread.cpp932 zx_status_t thread_sleep_relative(zx_duration_t delay) { in thread_sleep_relative() function

Completed in 53 milliseconds