Searched refs:thrd_join (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
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()
|
/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* _Nullable __result) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 168 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* _Nullable __result) { in thrd_join() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1512 thrd_join;
|
/bionic/libc/ |
D | libc.map.txt | 1512 thrd_join;
|