Searched refs:thrd_join (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 351 ASSERT_EQ(thrd_success, thrd_join(t, &result)); in TEST() 355 ASSERT_EQ(thrd_success, thrd_join(t, &result)); in TEST() 360 ASSERT_EQ(thrd_success, thrd_join(t, nullptr)); in TEST() 386 ASSERT_EQ(thrd_success, thrd_join(t, &result)); in TEST() 390 ASSERT_EQ(thrd_success, thrd_join(t, &result)); in TEST() 395 ASSERT_EQ(thrd_success, thrd_join(t, nullptr)); in TEST()
|
/bionic/tests/headers/posix/ |
D | threads_h.c | 75 FUNCTION(thrd_join, int (*f)(thrd_t, int*)); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 184 int thrd_join(thrd_t __thrd, int* __result) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 169 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* __result) { in thrd_join() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1514 thrd_join;
|
/bionic/libc/ |
D | libc.map.txt | 1514 thrd_join;
|