Home | History | Annotate | Download | only in helgrind

Lines Matching refs:abstime

731                                       struct timespec* abstime)
741 cond, mutex, abstime);
753 abstime_is_valid = abstime->tv_nsec >= 0 && abstime->tv_nsec < 1000000000;
764 CALL_FN_W_WWW(ret, fn, cond,mutex,abstime);
768 "invalid abstime did not cause"
796 struct timespec* abstime) {
797 return pthread_cond_timedwait_WRK(cond, mutex, abstime);
802 struct timespec* abstime) {
803 return pthread_cond_timedwait_WRK(cond, mutex, abstime);
807 struct timespec* abstime) {
808 return pthread_cond_timedwait_WRK(cond, mutex, abstime);
812 struct timespec* abstime) {