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-mips32148 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.18138 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
146 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-mips32-b148 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
156 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-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.c1251 static int pthread_cond_timedwait_WRK(pthread_cond_t* cond, in pthread_cond_timedwait_WRK() function
1322 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIMEDOUT); in PTH_FUNC()
1328 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIMEDOUT); in PTH_FUNC()
1333 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIMEDOUT); in PTH_FUNC()
1344 return pthread_cond_timedwait_WRK(cond, mutex, abstime, ETIME); in PTH_FUNC()
1349 return pthread_cond_timedwait_WRK(cond, mutex, reltime, ETIME); in PTH_FUNC()