Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D5-1.c59 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_1()
104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd_2()
D2-1.c61 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in fn_rd()
D6-1.c95 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
D1-1.c64 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
D6-2.c104 rc = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); in th_fn()
D3-1.c72 rc = pthread_rwlock_timedrdlock(&rwlock, &timeout); in fn_rd()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc122 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/
DCOVERAGE.threads83 pthread_rwlock_timedrdlock YES LOW
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1246 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/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2622 fun:pthread_rwlock_timedrdlock=uninstrumented