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

/sssd-io/src/util/
H A Dutil_watchdog.c42 int pipefd[2]; member in struct:watchdog_ctx
54 if (write(watchdog_ctx.pipefd[1], "1", 1) != 1) {
138 ret = watchdog_fd_recv_data(watchdog_ctx.pipefd[0]);
203 ret = pipe(watchdog_ctx.pipefd);
211 sss_fd_nonblocking(watchdog_ctx.pipefd[0]);
212 sss_fd_nonblocking(watchdog_ctx.pipefd[1]);
214 tfd = tevent_add_fd(ev, (TALLOC_CTX *)ev, watchdog_ctx.pipefd[0],
258 PIPE_FD_CLOSE(watchdog_ctx.pipefd[0]);
259 PIPE_FD_CLOSE(watchdog_ctx.pipefd[1]);

Completed in 9 milliseconds