|
PatchworkOS
|
#include <stdatomic.h>#include <stdbool.h>#include <stdio.h>#include <sys/proc.h>#include <threads.h>#include "user/common/syscalls.h"#include "user/common/thread.h"Go to the source code of this file.
Functions | |
| void | thrd_yield (void) |
| void thrd_yield | ( | void | ) |
Definition at line 10 of file thrd_yield.c.
References _syscall_yield().
Referenced by start_services().