Searched refs:thread_sleep (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/vm/
H A Dvmm.cpp173 thread_sleep(1); // XXX hack to force it to reschedule and thus load the aspace
186 thread_sleep(1); // hack
198 thread_sleep(1); // XXX hack to force it to reschedule and thus load the aspace
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h288 static inline zx_status_t thread_sleep(zx_time_t deadline) { function
292 // non-interruptable relative delay version of thread_sleep
/fuchsia/zircon/kernel/tests/
H A Dtimer_tests.cpp106 thread_sleep(current_time() + ZX_MSEC(5));
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Diommu_impl.cpp621 thread_sleep(sleep_deadline);
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp848 // computes the amount of slack the thread_sleep timer will use
917 return thread_sleep(deadline);

Completed in 94 milliseconds