Home
last modified time | relevance | path

Searched refs:pthread_rwlock_destroy (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp100 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 DProcessRunLock.cpp20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h161 pthread_rwlock_destroy(&p_lock->lock); in cl_plock_destroy()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock)); in ATF_TC_BODY()
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h57 #define rwlock_destroy(l) pthread_rwlock_destroy(l)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp68 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h109 error = pthread_rwlock_destroy(lock); in rw_destroy()
/freebsd/crypto/openssl/crypto/
H A Dthreads_pthread.c143 pthread_rwlock_destroy(lock); in CRYPTO_THREAD_lock_free()
/freebsd/crypto/heimdal/include/
H A Dheim_threads.h103 #define HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4243 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 Dhashtable.c68 pthread_rwlock_destroy(&h->ht_rwlock); in ht_destroy()
/freebsd/lib/libthr/
H A Dpthread.map90 pthread_rwlock_destroy;
/freebsd/include/
H A Dpthread.h250 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
/freebsd/lib/libc/include/
H A Dnamespace.h174 #define pthread_rwlock_destroy _pthread_rwlock_destroy macro
H A Dun-namespace.h155 #undef pthread_rwlock_destroy
/freebsd/lib/libthr/thread/
H A Dthr_rwlock.c42 __weak_reference(_thr_rwlock_destroy, pthread_rwlock_destroy);
/freebsd/contrib/unbound/util/
H A Dlocks.h119 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
/freebsd/lib/libc/gen/
H A DSymbol.map51 pthread_rwlock_destroy;
H A D_pthread_stubs.c248 STUB_FUNC1(pthread_rwlock_destroy, PJT_RWLOCK_DESTROY, int, void *)
/freebsd/usr.sbin/nscd/
H A Dconfig.c581 pthread_rwlock_destroy(&config->rwlock); in destroy_configuration()
/freebsd/share/man/man3/
H A DMakefile442 pthread_rwlock_destroy.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1494 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 Ddone_abilist.txt368 fun:pthread_rwlock_destroy=discard
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c259 VERIFY0(pthread_rwlock_destroy(&rwlp->rw_lock)); in rw_destroy()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1806 (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()

12