Searched refs:pthread_rwlock_trywrlock (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 139 INTERCEPTOR(int, pthread_rwlock_trywrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument 141 int res = REAL(pthread_rwlock_trywrlock)(m); in INTERCEPTOR() 311 INTERCEPT_FUNCTION(pthread_rwlock_trywrlock); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ProcessRunLock.cpp | 48 if (::pthread_rwlock_trywrlock(&m_rwlock) == 0) { in TrySetRunning()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_rwlock.c | 98 ATF_REQUIRE_EQ(pthread_rwlock_trywrlock(&lk), EBUSY); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 61 #define rw_trywrlock(l) pthread_rwlock_trywrlock(l)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RWMutex.cpp | 124 int errorcode = pthread_rwlock_trywrlock(rwlock); in try_lock()
|
/freebsd/crypto/heimdal/include/ |
H A D | heim_threads.h | 101 #define HEIMDAL_RWLOCK_trywrlock(l) pthread_rwlock_trywrlock(l)
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 96 pthread_rwlock_trywrlock;
|
/freebsd/include/ |
H A D | pthread.h | 267 int pthread_rwlock_trywrlock(pthread_rwlock_t * __rwlock)
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 180 #define pthread_rwlock_trywrlock _pthread_rwlock_trywrlock macro
|
H A D | un-namespace.h | 161 #undef pthread_rwlock_trywrlock
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rwlock.c | 51 __weak_reference(_Tthr_rwlock_trywrlock, pthread_rwlock_trywrlock);
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 55 pthread_rwlock_trywrlock;
|
H A D | _pthread_stubs.c | 252 STUB_FUNC1(pthread_rwlock_trywrlock, PJT_RWLOCK_TRYWRLOCK, int, void *)
|
/freebsd/share/man/man3/ |
H A D | Makefile | 515 PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1543 TSAN_INTERCEPTOR(int, pthread_rwlock_trywrlock, void *m) { in TSAN_INTERCEPTOR() argument 1544 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_trywrlock, m); in TSAN_INTERCEPTOR() 1545 int res = REAL(pthread_rwlock_trywrlock)(m); in TSAN_INTERCEPTOR() 2983 TSAN_INTERCEPT(pthread_rwlock_trywrlock); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 374 fun:pthread_rwlock_trywrlock=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2631 fun:pthread_rwlock_trywrlock=uninstrumented
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 293 error = pthread_rwlock_trywrlock(&rwlp->rw_lock); in rw_tryenter()
|