Home | History | Annotate | Download | only in drd

Lines Matching refs:abs_timeout

680                                       const struct timespec *abs_timeout)
687 CALL_FN_W_WW(ret, fn, mutex, abs_timeout);
694 (pthread_mutex_t *mutex, const struct timespec *abs_timeout),
695 (mutex, abs_timeout));
1075 int sem_timedwait_intercept(sem_t *sem, const struct timespec *abs_timeout)
1082 CALL_FN_W_WW(ret, fn, sem, abs_timeout);
1089 (sem_t *sem, const struct timespec *abs_timeout),
1090 (sem, abs_timeout));