Searched refs:pthread_rwlock_destroy (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp20 int err = ::pthread_rwlock_destroy(&m_rwlock);
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h161 pthread_rwlock_destroy(&p_lock->lock);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp66 pthread_rwlock_destroy(rwlock);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp99 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) {
102 return REAL(pthread_rwlock_destroy)(m);
304 INTERCEPT_FUNCTION(pthread_rwlock_destroy);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c107 pthread_rwlock_destroy(lock);
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h57 #define rwlock_destroy(l) pthread_rwlock_destroy(l)
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dthread_rwlock.c31 stat = pthread_rwlock_destroy(&rwlock->rwlock);
/freebsd-13-stable/crypto/heimdal/include/
H A Dheim_threads.h103 #define HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h111 error = pthread_rwlock_destroy(lock);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h109 error = pthread_rwlock_destroy(lock);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h176 #define pthread_rwlock_destroy _pthread_rwlock_destroy macro
H A Dun-namespace.h157 #undef pthread_rwlock_destroy macro
/freebsd-13-stable/include/
H A Dpthread.h249 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_rwlock.c44 __weak_reference(_thr_rwlock_destroy, pthread_rwlock_destroy);
/freebsd-13-stable/contrib/lib9p/
H A Dhashtable.c68 pthread_rwlock_destroy(&h->ht_rwlock);
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h118 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c246 STUB_FUNC1(pthread_rwlock_destroy, PJT_RWLOCK_DESTROY, int, void *)
/freebsd-13-stable/usr.sbin/nscd/
H A Dconfig.c583 pthread_rwlock_destroy(&config->rwlock);
/freebsd-13-stable/share/man/man3/
H A DMakefile422 pthread_rwlock_destroy.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1325 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) {
1326 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m);
1327 int res = REAL(pthread_rwlock_destroy)(m);
2700 TSAN_INTERCEPT(pthread_rwlock_destroy);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c221 VERIFY0(pthread_rwlock_destroy(&rwlp->rw_lock));
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c1739 (void) pthread_rwlock_destroy(&zd->zd_zilog_lock);
7399 (void) pthread_rwlock_destroy(&ztest_name_lock);
7628 (void) pthread_rwlock_destroy(&ztest_name_lock);
7748 (void) pthread_rwlock_destroy(&ztest_name_lock);
/freebsd-13-stable/sys/kern/
H A Dsubr_stats.c3948 pthread_rwlock_destroy(&tpllistlock);
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_destroy with <pthread.h>" >&5
13121 $as_echo_n "checking for pthread_rwlock_destroy with <pthread.h>... " >&6; }
13135 pthread_rwlock_destroy(&rwlock);

Completed in 498 milliseconds

12