Home
last modified time | relevance | path

Searched refs:pthread_cond_timedwait_WRK (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/helgrind/tests/
Dcond_timedwait_invalid.stderr.exp10 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-s390x148 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
156 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.21146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.18138 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32-b146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-solaris138 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
/external/valgrind/helgrind/
Dhg_intercepts.c1259 static int pthread_cond_timedwait_WRK(pthread_cond_t* cond, in pthread_cond_timedwait_WRK() function
1330 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIMEDOUT); in PTH_FUNC()
1336 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIMEDOUT); in PTH_FUNC()
1341 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIMEDOUT); in PTH_FUNC()
1352 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIME); in PTH_FUNC()
1357 return pthread_cond_timedwait_WRK(cond, mutex, reltime, ETIME); in PTH_FUNC()