Searched defs:mtx_destroy (Results 1 – 6 of 6) sorted by relevance
36 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
57 mtx_destroy(pthread_mutex_t *lock) in mtx_destroy() function
153 static inline void mtx_destroy(mtx_t *mtx) in mtx_destroy() function
149 static inline void mtx_destroy(mtx_t *mtx) in mtx_destroy() function
170 #define mtx_destroy(m) \ macro
299 mtx_destroy(struct mtx *mtx) in mtx_destroy() function