| /netbsd-src/tests/lib/libpthread/ |
| H A D | t_equal.c | 48 ATF_TC(pthread_equal); 49 ATF_TC_HEAD(pthread_equal, tc) in ATF_TC_HEAD() argument 54 ATF_TC_BODY(pthread_equal, tc) in ATF_TC_BODY() argument 61 ATF_REQUIRE(pthread_equal(t1, t1) != 0); in ATF_TC_BODY() 62 ATF_REQUIRE(pthread_equal(t2, t2) != 0); in ATF_TC_BODY() 63 ATF_REQUIRE(pthread_equal(t1, t2) == 0); in ATF_TC_BODY() 71 ATF_TP_ADD_TC(tp, pthread_equal); in ATF_TP_ADD_TCS()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread.h | 53 int pthread_equal(pthread_t, pthread_t); 420 #define pthread_equal __libc_thr_equal macro
|
| H A D | thrd.c | 122 return pthread_equal(t1, t2); in thrd_equal()
|
| H A D | Makefile | 142 pthread_create.3 pthread_detach.3 pthread_equal.3 \
|
| H A D | pthread.c | 138 __strong_alias(__libc_thr_equal,pthread_equal) 757 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal() function
|
| /netbsd-src/external/cddl/osnet/dist/head/ |
| H A D | thread.h | 52 #define thr_equal(a,b) pthread_equal(a,b)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | threads_pthread.c | 160 return pthread_equal(a, b); in CRYPTO_THREAD_compare_id()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
| H A D | gthr-rtems.h | 87 return pthread_equal (__t1, __t2); in __gthread_equal()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_int_thread.h | 50 #define ldap_int_thread_equal(a, b) pthread_equal((a), (b))
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | gthr-rtems.h | 87 return pthread_equal (__t1, __t2); in __gthread_equal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | gthr-posix.h | 108 __gthrw(pthread_equal) 684 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | gthr-posix.h | 108 __gthrw(pthread_equal) 684 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | threads_pthread.c | 196 return pthread_equal(a, b); in CRYPTO_THREAD_compare_id()
|
| /netbsd-src/external/zlib/pigz/dist/ |
| H A D | yarn.c | 217 if (pthread_equal(match->id, me)) in reenter()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | cipher-ctr-mt.c | 208 if (pthread_equal(pthread_self(), c->tid[0])) { in thread_loop()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | thread.c | 298 return pthread_equal(*t1, *t2); in uv_thread_equal()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | oacc-init.c | 670 && pthread_equal (acc_init_thread, pthread_self ())); in ialias()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | oacc-init.c | 670 && pthread_equal (acc_init_thread, pthread_self ())); in ialias()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | thread | 298 // pthread_equal is undefined if either thread ID is not valid, so we
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1651 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | pthread.d | 727 int pthread_equal(pthread_t, pthread_t);
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 29124 return (p->nRef!=0 && pthread_equal(p->owner, pthread_self())); in pthreadMutexHeld() 29127 return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0; in pthreadMutexNotheld() 29312 if( p->nRef>0 && pthread_equal(p->owner, self) ){ in pthreadMutexEnter() 29355 if( p->nRef>0 && pthread_equal(p->owner, self) ){ in pthreadMutexTry()
|