PatchworkOS
Loading...
Searching...
No Matches
mtx_init.c File Reference
#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

int mtx_init (mtx_t *mutex, int type)
 

Function Documentation

◆ mtx_init()

int mtx_init ( mtx_t mutex,
int  type 
)