Searched refs:pthread_rwlock_timedrdlock (Results 1 – 17 of 17) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 59 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_1() 104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_2()
|
D | 2-1.c | 61 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd()
|
D | 6-1.c | 95 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
|
D | 6-2.c | 104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
|
D | 1-1.c | 64 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
|
D | 3-1.c | 72 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cpp | 121 INTERCEPTOR(int, pthread_rwlock_timedrdlock, pthread_rwlock_t *m, in INTERCEPTOR() argument 124 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in INTERCEPTOR() 307 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 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()
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 83 pthread_rwlock_timedrdlock YES LOW
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1246 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1247 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedrdlock, m, abstime); in TSAN_INTERCEPTOR() 1248 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in TSAN_INTERCEPTOR() 2504 TSAN_INTERCEPT(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 299 fun:pthread_rwlock_timedrdlock=discard
|
D | libc_ubuntu1404_abilist.txt | 2622 fun:pthread_rwlock_timedrdlock=uninstrumented
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1392 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1393 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedrdlock, m, abstime); in TSAN_INTERCEPTOR() 1394 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in TSAN_INTERCEPTOR() 2751 TSAN_INTERCEPT(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1428 pub fn pthread_rwlock_timedrdlock( in pthread_rwlock_timedrdlock() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2622 fun:pthread_rwlock_timedrdlock=uninstrumented
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 594 …inding='global-binding' visibility='default-visibility' alias='pthread_rwlock_timedrdlock' is-defi… 2791 <!-- pthread_rwlock_timedrdlock --> 2792 …<elf-symbol name='pthread_rwlock_timedrdlock' type='func-type' binding='weak-binding' visibility='…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 303 …inding='global-binding' visibility='default-visibility' alias='pthread_rwlock_timedrdlock' is-defi… 1402 …<elf-symbol name='pthread_rwlock_timedrdlock' type='func-type' binding='weak-binding' visibility='…
|