Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/bits/
H A Dthreads_inlines.h117 __BIONIC_THREADS_INLINE int mtx_unlock(mtx_t* __mtx) { in mtx_unlock() function
/aosp12/bionic/tests/
H A Dthreads_test.cpp299 TEST(threads, mtx_unlock) { in TEST() argument