Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h86 __BIONIC_THREADS_INLINE void mtx_destroy(mtx_t* __mtx) { in mtx_destroy() function
/bionic/tests/
Dthreads_test.cpp237 TEST(threads, mtx_destroy) { in TEST() argument