blob: 9c583424cd83d50cafb5b429c72099767a7946b4 [file] [log] [blame]
#include <threads.h>
#include <magenta/syscalls.h>
void thrd_yield() {
_mx_nanosleep(0ull);
}