/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument 103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR() 306 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ProcessRunLock.cpp | 20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_passivelock.h | 161 pthread_rwlock_destroy(&p_lock->lock); in cl_plock_destroy()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_rwlock.c | 132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock)); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 57 #define rwlock_destroy(l) pthread_rwlock_destroy(l)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RWMutex.cpp | 68 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | synch.h | 109 error = pthread_rwlock_destroy(lock); in rw_destroy()
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_pthread.c | 143 pthread_rwlock_destroy(lock); in CRYPTO_THREAD_lock_free()
|
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 103 #define HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 243 dnl Check for pthread_rwlock_destroy with <pthread.h> 245 AC_CACHE_CHECK([for pthread_rwlock_destroy with <pthread.h>], 251 ]], [[pthread_rwlock_destroy(&rwlock);]])],[ol_cv_func_pthread_rwlock_destroy=yes],[ol_cv_func_pthr… 255 [define if you have pthread_rwlock_destroy function])
|
/freebsd/contrib/lib9p/ |
H A D | hashtable.c | 68 pthread_rwlock_destroy(&h->ht_rwlock); in ht_destroy()
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 90 pthread_rwlock_destroy;
|
/freebsd/include/ |
H A D | pthread.h | 250 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 174 #define pthread_rwlock_destroy _pthread_rwlock_destroy macro
|
H A D | un-namespace.h | 155 #undef pthread_rwlock_destroy
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rwlock.c | 42 __weak_reference(_thr_rwlock_destroy, pthread_rwlock_destroy);
|
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 119 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 51 pthread_rwlock_destroy;
|
H A D | _pthread_stubs.c | 248 STUB_FUNC1(pthread_rwlock_destroy, PJT_RWLOCK_DESTROY, int, void *)
|
/freebsd/usr.sbin/nscd/ |
H A D | config.c | 581 pthread_rwlock_destroy(&config->rwlock); in destroy_configuration()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 442 pthread_rwlock_destroy.3 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1494 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { in TSAN_INTERCEPTOR() argument 1495 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m); in TSAN_INTERCEPTOR() 1496 int res = REAL(pthread_rwlock_destroy)(m); in TSAN_INTERCEPTOR() 2978 TSAN_INTERCEPT(pthread_rwlock_destroy); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 368 fun:pthread_rwlock_destroy=discard
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 259 VERIFY0(pthread_rwlock_destroy(&rwlp->rw_lock)); in rw_destroy()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 1806 (void) pthread_rwlock_destroy(&zd->zd_zilog_lock); in ztest_zd_fini() 8060 (void) pthread_rwlock_destroy(&ztest_name_lock); in ztest_import() 8559 (void) pthread_rwlock_destroy(&ztest_name_lock); in ztest_run() 8694 (void) pthread_rwlock_destroy(&ztest_name_lock); in ztest_init()
|