PatchworkOS
Loading...
Searching...
No Matches
mtx_destroy.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
7
#include "
user/common/syscalls.h
"
8
#include "
user/common/thread.h
"
9
10
void
mtx_destroy
(
mtx_t
*
mutex
)
11
{
12
(void)
mutex
;
13
// Do nothing
14
}
mutex
static mtx_t mutex
Definition
heap.c:35
mtx_destroy
void mtx_destroy(mtx_t *mutex)
Definition
mtx_destroy.c:10
proc.h
syscalls.h
thread.h
stdatomic.h
stdbool.h
stdio.h
mtx_t
Definition
threads.h:52
threads.h
src
libstd
user
functions
thread
mtx_destroy.c
Generated by
1.9.8