Lines Matching refs:timespec
36 struct timespec EndTime, Timeout;
39 static void sigwrap_InitTimeout(SIGWRAP_TIMEOUT *pDst, const struct timespec *timeout) in sigwrap_InitTimeout()
51 struct timespec Now; in sigwrap_InitTimeout()
71 struct timespec Now; in sigwrap_CheckTimeout()
115 struct timespec Timeout; in sigwrap_epoll_wait()
150 struct timespec Timeout; in sigwrap_epoll_pwait()
194 int sigwrap_sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout) in sigwrap_sigtimedwait()
216 int sigwrap_nanosleep(const struct timespec *req, struct timespec *rem) in sigwrap_nanosleep()
218 struct timespec Wait, Remain; in sigwrap_nanosleep()
238 …lock_nanosleep(clockid_t clock_id, int flags, const struct timespec *request, struct timespec *rem… in sigwrap_clock_nanosleep()
240 struct timespec Wait, Remain; in sigwrap_clock_nanosleep()
267 struct timespec Timeout; in sigwrap_usleep()
296 struct timespec Timeout; in sigwrap_poll()
341 …ect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, in sigwrap_pselect()