Searched defs:idle_pipe (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dexecute.h235 int *idle_pipe; member in struct:ExecParameters
H A Dmanager.h284 int idle_pipe[4]; member in struct:Manager
H A Dexecute.c1217 static void do_idle_pipe_dance(int idle_pipe[4]) { argument
1218 assert(idle_pipe);
1221 idle_pipe[1] = safe_close(idle_pipe[1]);
1222 idle_pipe[2] = safe_close(idle_pipe[2]);
1224 if (idle_pipe[0] >= 0) {
1227 r = fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT_USEC);
1229 if (idle_pipe[3] >= 0 && r == 0 /* timeout */) {
1233 n = write(idle_pipe[
[all...]

Completed in 18 milliseconds