PatchworkOS
Loading...
Searching...
No Matches
thrd_yield.c
Go to the documentation of this file.
1#include <stdatomic.h>
2#include <stdbool.h>
3#include <stdio.h>
4#include <sys/proc.h>
5#include <threads.h>
6
9
10void thrd_yield(void)
11{
13}
static void _syscall_yield(void)
Definition syscalls.h:218
void thrd_yield(void)
Definition thrd_yield.c:10