Home
last modified time | relevance | path

Searched refs:pthread_rwlock_timedrdlock (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_rwlock_test.cpp25 #include "src/pthread/pthread_rwlock_timedrdlock.h"
115 ASSERT_EQ(LIBC_NAMESPACE::pthread_rwlock_timedrdlock(nullptr, &ts), EINVAL); in nullptr_test()
168 ASSERT_EQ(LIBC_NAMESPACE::pthread_rwlock_timedrdlock(&rwlock, &ts), EINVAL); in unusual_timespec_test()
177 ASSERT_EQ(LIBC_NAMESPACE::pthread_rwlock_timedrdlock(&rwlock, &ts), EINVAL); in timedlock_with_deadlock_test()
194 ASSERT_EQ(LIBC_NAMESPACE::pthread_rwlock_timedrdlock(&rwlock, &ts), in timedlock_with_deadlock_test()
218 ASSERT_EQ(LIBC_NAMESPACE::pthread_rwlock_timedrdlock(&rwlock, &ts), 0); in attributed_initialization_test()
388 if (LIBC_NAMESPACE::pthread_rwlock_timedrdlock(&data->lock, &ts) == 0) { in randomized_process_operation()
H A DCMakeLists.txt34 libc.src.pthread.pthread_rwlock_timedrdlock
/llvm-project/libc/src/pthread/
H A Dpthread_rwlock_timedrdlock.h17 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict rwlock,
H A Dpthread_rwlock_timedrdlock.cpp9 #include "src/pthread/pthread_rwlock_timedrdlock.h"
28 LLVM_LIBC_FUNCTION(int, pthread_rwlock_timedrdlock,
H A DCMakeLists.txt589 pthread_rwlock_timedrdlock
591 pthread_rwlock_timedrdlock.cpp
593 pthread_rwlock_timedrdlock.h
/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp122 INTERCEPTOR(int, pthread_rwlock_timedrdlock, pthread_rwlock_t *m, in INTERCEPTOR() argument
125 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in INTERCEPTOR()
309 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); in InitializeInterceptors()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1541 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1542 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedrdlock, m, abstime);
1543 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in TSAN_INTERCEPTOR()
3009 TSAN_INTERCEPT(pthread_rwlock_timedrdlock); in InitializeInterceptors()
1523 TSAN_INTERCEPTOR(int,pthread_rwlock_timedrdlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt371 fun:pthread_rwlock_timedrdlock=discard
H A Dlibc_ubuntu1404_abilist.txt2628 fun:pthread_rwlock_timedrdlock=uninstrumented
/llvm-project/libc/spec/
H A Dposix.td
/llvm-project/libc/config/linux/aarch64/
H A Dentrypoints.txt883 libc.src.pthread.pthread_rwlock_timedrdlock
/llvm-project/libc/config/linux/x86_64/
H A Dentrypoints.txt969 libc.src.pthread.pthread_rwlock_timedrdlock
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc206 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64