Searched refs:thrd_equal (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 147 VERIFY0(thrd_equal(self, self)); in cthr_test_equal() 150 VERIFY3S(thrd_equal(self, other), !=, 0); in cthr_test_equal() 151 VERIFY3S(thrd_equal(other, other), ==, 0); in cthr_test_equal() 162 VERIFY0(thrd_equal(self, self)); in cthr_test_detach_err()
|
/titanic_44/usr/src/head/ |
H A D | threads.h | 88 extern int thrd_equal(thrd_t, thrd_t);
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 222 thrd_equal(thrd_t t1, thrd_t t2) in thrd_equal() function
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 133 func | thrd_equal |\
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 143 thrd_equal;
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 477 thrd_equal.3c \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 472 file path=usr/share/man/man3c/thrd_equal.3c
|