Searched refs:pthread_rwlock_timedwrlock (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c103 error = pthread_rwlock_timedwrlock(&lk, &to);
112 PTHREAD_REQUIRE(pthread_rwlock_timedwrlock(&lk, &to));
117 error = pthread_rwlock_timedwrlock(&lk, &to);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp146 INTERCEPTOR(int, pthread_rwlock_timedwrlock, pthread_rwlock_t *m,
149 int res = REAL(pthread_rwlock_timedwrlock)(m, abstime);
310 INTERCEPT_FUNCTION(pthread_rwlock_timedwrlock);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h180 #define pthread_rwlock_timedwrlock _pthread_rwlock_timedwrlock macro
H A Dun-namespace.h161 #undef pthread_rwlock_timedwrlock macro
/freebsd-13-stable/include/
H A Dpthread.h260 int pthread_rwlock_timedwrlock(
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_rwlock.c59 __weak_reference(_pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
/freebsd-13-stable/share/man/man3/
H A DMakefile426 pthread_rwlock_timedwrlock.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1384 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) {
1385 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedwrlock, m, abstime);
1386 int res = REAL(pthread_rwlock_timedwrlock)(m, abstime);
2706 TSAN_INTERCEPT(pthread_rwlock_timedwrlock);

Completed in 177 milliseconds