Searched refs:fd_wait_for_event (Results 1 - 10 of 10) sorted by relevance

/systemd/src/shared/
H A Dspawn-polkit-agent.c69 fd_wait_for_event(pipe_fd[0], POLLHUP, USEC_INFINITY);
/systemd/src/basic/
H A Dio-util.c93 (void) fd_wait_for_event(fd, POLLIN, USEC_INFINITY);
147 (void) fd_wait_for_event(fd, POLLOUT, USEC_INFINITY);
184 int fd_wait_for_event(int fd, int event, usec_t t) { function
H A Dio-util.h39 int fd_wait_for_event(int fd, int event, usec_t timeout);
H A Dterminal-util.c103 if (fd_wait_for_event(fileno(f), POLLIN, t) <= 0) {
125 if (fd_wait_for_event(fileno(f), POLLIN, t) <= 0)
461 r = fd_wait_for_event(fd, POLLIN, ts + timeout - n);
/systemd/src/rfkill/
H A Drfkill.c141 r = fd_wait_for_event(watch_fd, POLLIN, USEC_INFINITY);
371 r = fd_wait_for_event(rfkill_fd, POLLIN, EXIT_USEC);
/systemd/src/resolve/
H A Dresolved-manager.c755 r = fd_wait_for_event(fd, POLLOUT, SEND_TIMEOUT_USEC);
779 r = fd_wait_for_event(fd, POLLOUT, SEND_TIMEOUT_USEC);
/systemd/src/journal/
H A Djournalctl.c1908 r = fd_wait_for_event(watch_fd, POLLIN, USEC_INFINITY);
1991 r = fd_wait_for_event(watch_fd, POLLIN, USEC_INFINITY);
H A Dsd-journal.c2278 r = fd_wait_for_event(j->inotify_fd, POLLIN, timeout_usec);
/systemd/src/core/
H A Dexecute.c1227 r = fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT_USEC);
1236 fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT2_USEC);
/systemd/src/libsystemd/sd-resolve/
H A Dsd-resolve.c889 r = fd_wait_for_event(resolve->fds[RESPONSE_RECV_FD], POLLIN, timeout_usec);

Completed in 64 milliseconds