Searched refs:thrd_equal (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | threads.h | 88 extern int thrd_equal(thrd_t, thrd_t);
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 147 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 D | c11_thr.c | 222 thrd_equal(thrd_t t1, thrd_t t2) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 484 thrd_equal.3c \
|
Completed in 69 milliseconds