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