Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()
305 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DProcessRunLock.cpp20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
Dcl_passivelock.h161 pthread_rwlock_destroy(&p_lock->lock); in cl_plock_destroy()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DRWMutex.cpp66 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
Dt_rwlock.c132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock)); in ATF_TC_BODY()
/freebsd-12-stable/crypto/openssl/crypto/
Dthreads_pthread.c107 pthread_rwlock_destroy(lock); in CRYPTO_THREAD_lock_free()
/freebsd-12-stable/cddl/contrib/opensolaris/head/
Dthread.h57 #define rwlock_destroy(l) pthread_rwlock_destroy(l)
/freebsd-12-stable/contrib/apr/locks/unix/
Dthread_rwlock.c31 stat = pthread_rwlock_destroy(&rwlock->rwlock); in thread_rwlock_cleanup()
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
Dsynch.h109 error = pthread_rwlock_destroy(lock); in rw_destroy()
/freebsd-12-stable/sbin/hastd/
Dsynch.h111 error = pthread_rwlock_destroy(lock); in rw_destroy()
/freebsd-12-stable/crypto/heimdal/include/
Dheim_threads.h103 #define HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)
/freebsd-12-stable/contrib/ntp/sntp/m4/
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-12-stable/lib/libthr/
Dpthread.map91 pthread_rwlock_destroy;
/freebsd-12-stable/lib/libc/include/
Dnamespace.h176 #define pthread_rwlock_destroy _pthread_rwlock_destroy macro
Dun-namespace.h157 #undef pthread_rwlock_destroy
/freebsd-12-stable/include/
Dpthread.h249 int pthread_rwlock_destroy(pthread_rwlock_t * __rwlock)
/freebsd-12-stable/lib/libthr/thread/
Dthr_rwlock.c44 __weak_reference(_thr_rwlock_destroy, pthread_rwlock_destroy);
/freebsd-12-stable/contrib/unbound/util/
Dlocks.h118 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
/freebsd-12-stable/lib/libc/gen/
DSymbol.map54 pthread_rwlock_destroy;
D_pthread_stubs.c246 STUB_FUNC1(pthread_rwlock_destroy, PJT_RWLOCK_DESTROY, int, void *)
/freebsd-12-stable/share/man/man3/
DMakefile291 pthread_rwlock_destroy.3 \
/freebsd-12-stable/usr.sbin/nscd/
Dconfig.c583 pthread_rwlock_destroy(&config->rwlock); in destroy_configuration()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1376 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1377 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m); in TSAN_INTERCEPTOR()
1378 int res = REAL(pthread_rwlock_destroy)(m); in TSAN_INTERCEPTOR()
2806 TSAN_INTERCEPT(pthread_rwlock_destroy); in InitializeInterceptors()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddone_abilist.txt337 fun:pthread_rwlock_destroy=discard
/freebsd-12-stable/contrib/ntp/sntp/
Dconfig.h.in302 /* define if you have pthread_rwlock_destroy function */

12