fd_wait_for_event 1163 src/core/execute.c                 r = fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT_USEC);
fd_wait_for_event 1170 src/core/execute.c                         fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT2_USEC);
fd_wait_for_event 1697 src/journal/journalctl.c                 r = fd_wait_for_event(watch_fd, POLLIN, USEC_INFINITY);
fd_wait_for_event 2390 src/journal/sd-journal.c                 r = fd_wait_for_event(j->inotify_fd, POLLIN, timeout_usec);
fd_wait_for_event 1007 src/libsystemd/sd-resolve/sd-resolve.c                 r = fd_wait_for_event(resolve->fds[RESPONSE_RECV_FD], POLLIN, timeout_usec);
fd_wait_for_event 1076 src/resolve/resolved-manager.c                 r = fd_wait_for_event(fd, POLLOUT, SEND_TIMEOUT_USEC);
fd_wait_for_event   70 src/shared/spawn-polkit-agent.c                 fd_wait_for_event(pipe_fd[0], POLLHUP, USEC_INFINITY);
fd_wait_for_event 1653 src/shared/util.c                                 if (fd_wait_for_event(fileno(f), POLLIN, t) <= 0) {
fd_wait_for_event 1675 src/shared/util.c                 if (fd_wait_for_event(fileno(f), POLLIN, t) <= 0)
fd_wait_for_event 2043 src/shared/util.c                                 r = fd_wait_for_event(fd, POLLIN, ts + timeout - n);
fd_wait_for_event 2218 src/shared/util.c                         fd_wait_for_event(fd, POLLIN, USEC_INFINITY);
fd_wait_for_event 2253 src/shared/util.c                         fd_wait_for_event(fd, POLLOUT, USEC_INFINITY);
fd_wait_for_event  627 src/shared/util.h int fd_wait_for_event(int fd, int event, usec_t timeout);