github.com/afumu/libc@v0.0.6/musl/src/thread/mtx_destroy.c (about)

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