Lines Matching refs:reltime
2358 const struct timespec *_RESTRICT_KYWD reltime)
2364 tslocal = *reltime;
3591 timespec_t reltime;
3600 abstime_to_reltime(clock_id, abstime, &reltime);
3601 error = cond_wait_common(cvp, mp, &reltime);
3652 __cond_reltimedwait(cond_t *cvp, mutex_t *mp, const timespec_t *reltime)
3654 timespec_t tslocal = *reltime;
3664 cond_reltimedwait(cond_t *cvp, mutex_t *mp, const timespec_t *reltime)
3669 error = __cond_reltimedwait(cvp, mp, reltime);
3680 const struct timespec *_RESTRICT_KYWD reltime)
3684 error = cond_reltimedwait((cond_t *)cvp, (mutex_t *)mp, reltime);