|
PatchworkOS
|
#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 | |
| void | mtx_destroy (mtx_t *mutex) |
| void mtx_destroy | ( | mtx_t * | mutex | ) |
Definition at line 10 of file mtx_destroy.c.
References mutex.
Referenced by _file_deinit(), and display_free().