Home
last modified time | relevance | path

Searched refs:thrd_join (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dthreads_test.cpp352 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/
Dthreads_h.c75 FUNCTION(thrd_join, int (*f)(thrd_t, int*)); in threads_h()
/bionic/libc/include/
Dthreads.h184 int thrd_join(thrd_t __thrd, int* _Nullable __result) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h168 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* _Nullable __result) { in thrd_join() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1512 thrd_join;
/bionic/libc/
Dlibc.map.txt1512 thrd_join;