Searched refs:pthread_cond_timedwait_WRK (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/helgrind/tests/ |
D | cond_timedwait_invalid.stderr.exp | 10 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp | 146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-mips32 | 146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-s390x | 148 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 156 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-glibc-2.21 | 146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-glibc-2.18 | 138 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-mips32-b | 146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 154 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-solaris | 138 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...) 146 at 0x........: pthread_cond_timedwait_WRK (hg_intercepts.c:...)
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 1259 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()
|