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()
110 int sigwrap_semtimedop(int semid, struct sembuf *sops, size_t nsops, const struct timespec *timeout)
142 struct timespec Timeout; in sigwrap_epoll_wait()
177 struct timespec Timeout; in sigwrap_epoll_pwait()
221 int sigwrap_sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout) in sigwrap_sigtimedwait()
243 int sigwrap_nanosleep(const struct timespec *req, struct timespec *rem) in sigwrap_nanosleep()
245 struct timespec Wait, Remain; in sigwrap_nanosleep()
265 …lock_nanosleep(clockid_t clock_id, int flags, const struct timespec *request, struct timespec *rem… in sigwrap_clock_nanosleep()
267 struct timespec Wait, Remain; in sigwrap_clock_nanosleep()
294 struct timespec Timeout; in sigwrap_usleep()
323 struct timespec Timeout; in sigwrap_poll()
354 int sigwrap_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *si…
398 …ect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, in sigwrap_pselect()