| /src/tests/lib/libpthread/ |
| t_equal.c | 48 ATF_TC(pthread_equal); variable 49 ATF_TC_HEAD(pthread_equal, tc) 51 atf_tc_set_md_var(tc, "descr", "A test of pthread_equal(3)"); 54 ATF_TC_BODY(pthread_equal, tc) 61 ATF_REQUIRE(pthread_equal(t1, t1) != 0); 62 ATF_REQUIRE(pthread_equal(t2, t2) != 0); 63 ATF_REQUIRE(pthread_equal(t1, t2) == 0); 71 ATF_TP_ADD_TC(tp, pthread_equal);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| multiple-successive-infcall.c | 41 if (pthread_equal (threads[tid], pthread_self ()))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| multiple-successive-infcall.c | 41 if (pthread_equal (threads[tid], pthread_self ()))
|
| /src/lib/libpthread/ |
| thrd.c | 122 return pthread_equal(t1, t2);
|
| pthread.h | 53 int pthread_equal(pthread_t, pthread_t); 458 #define pthread_equal __libc_thr_equal macro
|
| Makefile | 160 pthread_create.3 pthread_detach.3 pthread_equal.3 \
|
| pthread.c | 143 __strong_alias(__libc_thr_equal,pthread_equal) 760 pthread_equal(pthread_t t1, pthread_t t2) function
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| threads_pthread.c | 160 return pthread_equal(a, b);
|
| /src/external/cddl/osnet/dist/head/ |
| thread.h | 52 #define thr_equal(a,b) pthread_equal(a,b)
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-rtems.h | 87 return pthread_equal (__t1, __t2);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-rtems.h | 87 return pthread_equal (__t1, __t2);
|
| /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/ |
| thread_posix.c | 93 return pthread_equal(*(pthread_t *)thread->handle, pthread_self());
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| threads_pthread.c | 196 return pthread_equal(a, b);
|
| /src/external/bsd/openldap/dist/include/ |
| ldap_int_thread.h | 50 #define ldap_int_thread_equal(a, b) pthread_equal((a), (b))
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| gthr-posix.h | 114 __gthrw(pthread_equal) 697 return __gthrw_(pthread_equal) (__t1, __t2);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| gthr-posix.h | 108 __gthrw(pthread_equal) 684 return __gthrw_(pthread_equal) (__t1, __t2);
|
| /src/external/zlib/pigz/dist/ |
| yarn.c | 36 pthread_self(), pthread_equal(), 217 if (pthread_equal(match->id, me))
|
| /src/crypto/external/bsd/openssh/dist/ |
| cipher-ctr-mt.c | 208 if (pthread_equal(pthread_self(), c->tid[0])) {
|
| /src/external/bsd/jemalloc/dist/src/ |
| tsd.c | 533 if (pthread_equal(iter->thread, self)) {
|
| background_thread.c | 531 assert(pthread_equal(
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-init.c | 670 && pthread_equal (acc_init_thread, pthread_self ()));
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-init.c | 670 && pthread_equal (acc_init_thread, pthread_self ()));
|
| /src/external/mit/libuv/dist/src/unix/ |
| thread.c | 300 return pthread_equal(*t1, *t2);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| background_thread.c | 445 assert(pthread_equal(pthread_self(),
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| threads_pthread.c | 771 return pthread_equal(a, b);
|