Home | History | Annotate | Download | only in pthreads-win32

Lines Matching refs:abstime

42 ptw32_timed_eventwait (HANDLE event, const struct timespec *abstime)
47 * abstime passes.
48 * If abstime has passed when this routine is called then
51 * If 'abstime' is a NULL pointer then this function will
59 * ETIMEDOUT abstime passed
75 if (abstime == NULL)
84 milliseconds = ptw32_relmillisecs (abstime);
110 const struct timespec *abstime)
149 if (0 != (result = ptw32_timed_eventwait (mx->event, abstime)))
187 if (0 != (result = ptw32_timed_eventwait (mx->event, abstime)))
231 if (0 != (result = ptw32_timed_eventwait (mx->event, abstime)))
293 if (0 != (result = ptw32_timed_eventwait (mx->event, abstime)))