Searched refs:thrd_equal (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthreads.h88 extern int thrd_equal(thrd_t, thrd_t);
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c147 VERIFY0(thrd_equal(self, self));
150 VERIFY3S(thrd_equal(self, other), !=, 0);
151 VERIFY3S(thrd_equal(other, other), ==, 0);
162 VERIFY0(thrd_equal(self, self));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c222 thrd_equal(thrd_t t1, thrd_t t2) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile484 thrd_equal.3c \

Completed in 68 milliseconds