PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
thrd_create.c File Reference
#include <stdatomic.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/proc.h>
#include <threads.h>
#include "user/common/syscalls.h"
#include "user/common/thread.h"
Include dependency graph for thrd_create.c:

Go to the source code of this file.

Functions

int thrd_create (thrd_t *thr, thrd_start_t func, void *arg)
 

Function Documentation

◆ thrd_create()

int thrd_create ( thrd_t thr,
thrd_start_t  func,
void *  arg 
)

Definition at line 11 of file thrd_create.c.

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