1 #include <threads.h>
2 
mtx_destroy(mtx_t * mtx)3 void mtx_destroy(mtx_t *mtx)
4 {
5 }
6