Searched refs:mtx_unlock (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 96 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 104 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 140 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 214 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 256 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 271 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 272 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 293 ASSERT_EQ(thrd_success, mtx_unlock(&m)); in TEST() 299 TEST(threads, mtx_unlock) { in TEST() argument 309 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* _Nonnull __mutex) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 115 __BIONIC_THREADS_INLINE int mtx_unlock(mtx_t* _Nonnull __mtx) { in mtx_unlock() function
|
/bionic/libc/ |
D | libc.map.txt | 1499 mtx_unlock;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1499 mtx_unlock;
|