Home
last modified time | relevance | path

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

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