Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
thread
mtx_destroy.c
pretty
plain
permalink
blame
history
•
5 lines
•
55 B
1
#include <threads.h>
2
3
void mtx_destroy(mtx_t *mtx)
4
{
5
}