Home
last modified time | relevance | path

Searched refs:thrd_equal (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_thrd.c95 ATF_REQUIRE(thrd_equal(s, s) != 0); in ATF_TC_BODY()
97 ATF_REQUIRE(thrd_equal(t, s) == 0); in ATF_TC_BODY()
98 ATF_REQUIRE(thrd_equal(s, t) == 0); in ATF_TC_BODY()
99 ATF_REQUIRE(thrd_equal(t, t) != 0); in ATF_TC_BODY()
/netbsd-src/lib/libpthread/
H A Dthreads.h108 int thrd_equal(thrd_t, thrd_t);
H A Dthrd.c116 thrd_equal(thrd_t t1, thrd_t t2) in thrd_equal() function
H A DMakefile281 MLINKS+= thrd.3 thrd_equal.3
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf523 #thrd_equal, 11 -- C11 threads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf523 #thrd_equal, 11 -- C11 threads
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support657 return thrd_equal(t1, t2) != 0;