Searched refs:mtx_destroy (Results 1 – 6 of 6) sorted by relevance
112 mtx_destroy(&m); in TEST()172 mtx_destroy(&m); in TEST()237 TEST(threads, mtx_destroy) { in TEST() argument243 mtx_destroy(&m); in TEST()258 mtx_destroy(&m); in TEST()274 mtx_destroy(&m); in TEST()294 mtx_destroy(&m); in TEST()
63 FUNCTION(mtx_destroy, void (*f)(mtx_t*)); in threads_h()
125 void mtx_destroy(mtx_t* _Nonnull __mutex) __INTRODUCED_IN(30);
86 __BIONIC_THREADS_INLINE void mtx_destroy(mtx_t* _Nonnull __mtx) { in mtx_destroy() function
1494 mtx_destroy;