|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <stdatomic.h>#include <stdbool.h>#include <stdio.h>#include <sys/proc.h>#include <threads.h>#include <time.h>#include "user/common/syscalls.h"#include "user/common/thread.h"Go to the source code of this file.
Functions | |
| int | thrd_join (thrd_t thr, int *res) |
| int thrd_join | ( | thrd_t | thr, |
| int * | res | ||
| ) |
Definition at line 11 of file thrd_join.c.