Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libpthread/
H A Dt_thrd.c72 ATF_REQUIRE_EQ(thrd_join(t, &b), thrd_success); in ATF_TC_BODY()
101 ATF_REQUIRE_EQ(thrd_join(t, NULL), thrd_success); in ATF_TC_BODY()
153 ATF_REQUIRE_EQ(thrd_join(t, &b), thrd_success); in ATF_TC_BODY()
H A Dt_call_once.c78 ATF_REQUIRE_EQ(thrd_join(t[i], NULL), thrd_success); in ATF_TC_BODY()
H A Dt_tss.c157 ATF_REQUIRE_EQ(thrd_join(t, NULL), thrd_success); in ATF_TC_BODY()
H A Dt_cnd.c110 ATF_REQUIRE_EQ(thrd_join(t[i], NULL), thrd_success); in cnd_notify()
/netbsd-src/lib/libpthread/
H A Dthreads.h110 int thrd_join(thrd_t, int *);
H A Dthrd.c133 thrd_join(thrd_t thrd, int *res) in thrd_join() function
H A DMakefile283 MLINKS+= thrd.3 thrd_join.3
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf525 #thrd_join, 11 -- C11 threads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf525 #thrd_join, 11 -- C11 threads
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support690 return thrd_join(*__t, nullptr) == thrd_success ? 0 : EINVAL;