Home
last modified time | relevance | path

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

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