timeout 194 coordinatorapi.cpp struct timeval *timeout = NULL; timeout 197 coordinatorapi.cpp timeout = &tmptime; timeout 198 coordinatorapi.cpp timeout->tv_sec = remaining; timeout 203 coordinatorapi.cpp int retval = select(PROTECTED_COORD_FD+1, &rfds, NULL, NULL, timeout); timeout 88 dmtcp_coordinator.h void updateCheckpointInterval(uint32_t timeout); timeout 344 miscwrappers.cpp const struct timespec*, timeout); timeout 345 miscwrappers.cpp ret = sigtimedwait(set, info, timeout); timeout 479 miscwrappers.cpp SYSCALL_GET_ARGS_3(struct pollfd *,fds,nfds_t,nfds,int,timeout); timeout 480 miscwrappers.cpp ret = poll(fds, nfds, timeout); timeout 132 nosyscallsreal.c fd_set *exceptfds, struct timeval *timeout) { timeout 133 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (select) (nfds,readfds,writefds,exceptfds,timeout); timeout 437 nosyscallsreal.c int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout) { timeout 438 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (poll) (fds, nfds, timeout); timeout 70 plugin/ipc/event/eventwrappers.cpp extern "C" int poll(struct pollfd *fds, nfds_t nfds, int timeout) timeout 75 plugin/ipc/event/eventwrappers.cpp rc = _real_poll(fds, nfds, timeout); timeout 89 plugin/ipc/event/eventwrappers.cpp fd_set *exceptfds, const struct timespec *timeout, timeout 95 plugin/ipc/event/eventwrappers.cpp rc = _real_pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); timeout 108 plugin/ipc/event/eventwrappers.cpp fd_set *exceptfds, struct timeval *timeout) timeout 113 plugin/ipc/event/eventwrappers.cpp rc = _real_select(nfds, readfds, writefds, exceptfds, timeout); timeout 196 plugin/ipc/event/eventwrappers.cpp int timeout) timeout 199 plugin/ipc/event/eventwrappers.cpp int timeLeft = timeout; timeout 203 plugin/ipc/event/eventwrappers.cpp if (timeout >= 0 && timeout < 1000) { timeout 206 plugin/ipc/event/eventwrappers.cpp readyFds = _real_epoll_wait(epfd, events, maxevents, timeout); timeout 209 plugin/ipc/event/eventwrappers.cpp } else if (timeout >= 1000) { timeout 220 plugin/ipc/event/eventwrappers.cpp if (timeout < 0 && mytime <= 100) { timeout 226 plugin/ipc/event/eventwrappers.cpp } while ((timeLeft > 0 || timeout < 0) && readyFds == 0); timeout 163 plugin/svipc/sysvipcwrappers.cpp const struct timespec *timeout) timeout 178 plugin/svipc/sysvipcwrappers.cpp (timeout != NULL && TIMESPEC_CMP(timeout, &ts_100ms, <))) { timeout 182 plugin/svipc/sysvipcwrappers.cpp ret = _real_semtimedop(realId, sops, nsops, timeout); timeout 194 plugin/svipc/sysvipcwrappers.cpp while (timeout == NULL || TIMESPEC_CMP(&totaltime, timeout, <)) { timeout 369 signalwrappers.cpp const struct timespec *timeout) timeout 373 signalwrappers.cpp ret = _real_sigtimedwait( set, info, timeout ); timeout 521 syscallsreal.c fd_set *exceptfds, struct timeval *timeout) { timeout 522 syscallsreal.c REAL_FUNC_PASSTHROUGH (select) (nfds,readfds,writefds,exceptfds,timeout); timeout 798 syscallsreal.c const struct timespec *timeout) { timeout 799 syscallsreal.c REAL_FUNC_PASSTHROUGH (sigtimedwait) (set, info, timeout); timeout 997 syscallsreal.c const struct timespec *timeout) { timeout 998 syscallsreal.c REAL_FUNC_PASSTHROUGH (semtimedop) (semid, sops, nsops, timeout); timeout 1109 syscallsreal.c int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout) { timeout 1110 syscallsreal.c REAL_FUNC_PASSTHROUGH (poll) (fds, nfds, timeout); timeout 380 syscallwrappers.h const struct timespec *timeout); timeout 422 syscallwrappers.h fd_set *exceptfds, struct timeval *timeout); timeout 443 syscallwrappers.h int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout); timeout 456 syscallwrappers.h const struct timespec *timeout);