Searched refs:mtx_unlock (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 95 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 103 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 139 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 213 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 255 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 270 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 271 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 292 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 298 TEST(threads, mtx_unlock) { in TEST() argument 308 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST()
|
/bionic/tests/headers/posix/ |
D | threads_h.c | 68 FUNCTION(mtx_unlock, int (*f)(mtx_t*)); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 150 int mtx_unlock(mtx_t* __mutex) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 117 __BIONIC_THREADS_INLINE int mtx_unlock(mtx_t* __mtx) { in mtx_unlock() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1501 mtx_unlock;
|
/bionic/libc/ |
D | libc.map.txt | 1501 mtx_unlock;
|