Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dtrylock.stderr.exp18 Locking mutex via pthread_mutex_timedlock().
Dtrylock.c72 r = pthread_mutex_timedlock(&mutex, &abs_timeout); assert(r == 0); in main()
/external/valgrind/helgrind/tests/
Dtc20_verifywrap.stderr.exp-mips3286 Thread #x's call to pthread_mutex_timedlock failed
89 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.1876 Thread #x's call to pthread_mutex_timedlock failed
79 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-s390x86 Thread #x's call to pthread_mutex_timedlock failed
89 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.2184 Thread #x's call to pthread_mutex_timedlock failed
87 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32-b86 Thread #x's call to pthread_mutex_timedlock failed
89 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-solaris76 Thread #x's call to pthread_mutex_timedlock failed
79 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
Dtc20_verifywrap.c131 r= pthread_mutex_timedlock( &mx3, &abstime ); assert(r); in main()
Dtc20_verifywrap.stderr.exp87 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1204 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument
1205 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR()
1206 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR()
2610 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2599 fun:pthread_mutex_timedlock=uninstrumented
/external/valgrind/
Dconfigure.ac3565 pthread_mutex_timedlock \