Searched refs:thrd_join (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/tests/lib/libpthread/ |
H A D | t_thrd.c | 72 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 D | t_call_once.c | 78 ATF_REQUIRE_EQ(thrd_join(t[i], NULL), thrd_success); in ATF_TC_BODY()
|
H A D | t_tss.c | 157 ATF_REQUIRE_EQ(thrd_join(t, NULL), thrd_success); in ATF_TC_BODY()
|
H A D | t_cnd.c | 110 ATF_REQUIRE_EQ(thrd_join(t[i], NULL), thrd_success); in cnd_notify()
|
/netbsd-src/lib/libpthread/ |
H A D | threads.h | 110 int thrd_join(thrd_t, int *);
|
H A D | thrd.c | 133 thrd_join(thrd_t thrd, int *res) in thrd_join() function
|
H A D | Makefile | 283 MLINKS+= thrd.3 thrd_join.3
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 525 #thrd_join, 11 -- C11 threads
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 525 #thrd_join, 11 -- C11 threads
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __threading_support | 690 return thrd_join(*__t, nullptr) == thrd_success ? 0 : EINVAL;
|