Searched refs:pthread_rwlock_trywrlock (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessRunLock.cpp | 48 if (::pthread_rwlock_trywrlock(&m_rwlock) == 0) { in TrySetRunning()
|
| /freebsd-14.2/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-14.2/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 61 #define rw_trywrlock(l) pthread_rwlock_trywrlock(l)
|
| /freebsd-14.2/crypto/heimdal/include/ |
| H A D | heim_threads.h | 101 #define HEIMDAL_RWLOCK_trywrlock(l) pthread_rwlock_trywrlock(l)
|
| /freebsd-14.2/lib/libthr/ |
| H A D | pthread.map | 96 pthread_rwlock_trywrlock;
|
| /freebsd-14.2/lib/libc/include/ |
| H A D | un-namespace.h | 161 #undef pthread_rwlock_trywrlock
|
| H A D | namespace.h | 180 #define pthread_rwlock_trywrlock _pthread_rwlock_trywrlock macro
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_rwlock.c | 51 __weak_reference(_Tthr_rwlock_trywrlock, pthread_rwlock_trywrlock);
|
| /freebsd-14.2/include/ |
| H A D | pthread.h | 267 int pthread_rwlock_trywrlock(pthread_rwlock_t * __rwlock)
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | Symbol.map | 54 pthread_rwlock_trywrlock;
|
| H A D | _pthread_stubs.c | 249 STUB_FUNC1(pthread_rwlock_trywrlock, PJT_RWLOCK_TRYWRLOCK, int, void *)
|
| /freebsd-14.2/share/man/man3/ |
| H A D | Makefile | 517 PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1532 TSAN_INTERCEPTOR(int, pthread_rwlock_trywrlock, void *m) { in TSAN_INTERCEPTOR() argument 1533 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_trywrlock, m); in TSAN_INTERCEPTOR() 1534 int res = REAL(pthread_rwlock_trywrlock)(m); in TSAN_INTERCEPTOR() 2937 TSAN_INTERCEPT(pthread_rwlock_trywrlock); in InitializeInterceptors()
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 289 error = pthread_rwlock_trywrlock(&rwlp->rw_lock); in rw_tryenter()
|