Searched defs:mtx_destroy (Results 1 – 5 of 5) sorted by relevance
3 void mtx_destroy(mtx_t *mtx) in mtx_destroy() function
66 #define mtx_destroy(m) (void)pthread_mutex_destroy((m)) macro
142 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
246 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
77 void mtx_destroy(mtx_t *mtx) in mtx_destroy() function