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

/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp68 thread_yield();
76 thread_yield();
193 thread_yield();
213 thread_yield();
299 thread_yield();
525 thread_yield();
564 thread_yield();
731 spin_while(ZX_USEC((uint32_t)rand() % 100), thread_yield); local
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h258 void thread_yield(void); // give up the cpu and time slice voluntarily
/fuchsia/zircon/kernel/syscalls/
H A Dzircon.cpp48 thread_yield();
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Dvmexit.cpp103 thread_yield();
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp743 void thread_yield(void) { function

Completed in 41 milliseconds