Searched refs:mtx_init (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 86 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_plain)); in TEST() 132 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_plain)); in TEST() 182 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_timed)); in TEST() 198 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_timed)); in TEST() 223 TEST(threads, mtx_init) { in TEST() argument 228 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_plain)); in TEST() 229 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_timed)); in TEST() 230 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_plain | mtx_recursive)); in TEST() 231 ASSERT_EQ(thrd_success, mtx_init(&m, mtx_timed | mtx_recursive)); in TEST() 232 ASSERT_EQ(thrd_error, mtx_init(&m, 123)); in TEST() [all …]
|
/bionic/tests/headers/posix/ |
D | threads_h.c | 64 FUNCTION(mtx_init, int (*f)(mtx_t*, int)); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 130 int mtx_init(mtx_t* _Nonnull __mutex, int __type) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 90 __BIONIC_THREADS_INLINE int mtx_init(mtx_t* __mtx, int __type) { in mtx_init() function
|
/bionic/libc/ |
D | libc.map.txt | 1495 mtx_init;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1495 mtx_init;
|