PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
thrd_join.c File Reference
#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"
Include dependency graph for thrd_join.c:

Go to the source code of this file.

Functions

int thrd_join (thrd_t thr, int *res)
 

Function Documentation

◆ thrd_join()

int thrd_join ( thrd_t  thr,
int *  res 
)

Definition at line 11 of file thrd_join.c.

Here is the call graph for this function:
Here is the caller graph for this function: