Sign in
fuchsia
/
fuchsia
/
0ce75f1841a7e8f3aa7ae66214a6d7102abfbd74
/
.
/
zircon
/
third_party
/
ulib
/
musl
/
src
/
thread
/
thrd_yield.c
blob: d5dc637bc5a2499f3f2b147c881e42e2f978b780 [
file
]
#include
<threads.h>
#include
<zircon/syscalls.h>
void
thrd_yield
()
{
_zx_nanosleep
(
0ull
);
}