Home
last modified time | relevance | path

Searched defs:mtx_destroy (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/thread/
Dmtx_destroy.c3 void mtx_destroy(mtx_t *mtx) in mtx_destroy() function
/third_party/FreeBSD/sys/sys/
Dmutex.h66 #define mtx_destroy(m) (void)pthread_mutex_destroy((m)) macro
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c142 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
Dthreads_win32.c246 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
/third_party/glfw/deps/
Dtinycthread.c77 void mtx_destroy(mtx_t *mtx) in mtx_destroy() function