Searched refs:pthread_rwlock_timedrdlock (Results 1 – 13 of 13) sorted by relevance
/llvm-project/libc/test/integration/src/pthread/ |
H A D | pthread_rwlock_test.cpp | 25 #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 D | CMakeLists.txt | 34 libc.src.pthread.pthread_rwlock_timedrdlock
|
/llvm-project/libc/src/pthread/ |
H A D | pthread_rwlock_timedrdlock.h | 17 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict rwlock,
|
H A D | pthread_rwlock_timedrdlock.cpp | 9 #include "src/pthread/pthread_rwlock_timedrdlock.h" 28 LLVM_LIBC_FUNCTION(int, pthread_rwlock_timedrdlock,
|
H A D | CMakeLists.txt | 589 pthread_rwlock_timedrdlock 591 pthread_rwlock_timedrdlock.cpp 593 pthread_rwlock_timedrdlock.h
|
/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 122 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 D | tsan_interceptors_posix.cpp | 1541 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 D | done_abilist.txt | 371 fun:pthread_rwlock_timedrdlock=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2628 fun:pthread_rwlock_timedrdlock=uninstrumented
|
/llvm-project/libc/spec/ |
H A D | posix.td |
|
/llvm-project/libc/config/linux/aarch64/ |
H A D | entrypoints.txt | 883 libc.src.pthread.pthread_rwlock_timedrdlock
|
/llvm-project/libc/config/linux/x86_64/ |
H A D | entrypoints.txt | 969 libc.src.pthread.pthread_rwlock_timedrdlock
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 206 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64
|