Searched refs:watch_pipe (Results 1 – 1 of 1) sorted by relevance
71 int watch_pipe[2]; member132 int watch_pipe[2]; member174 if ((h->watch_pipe[0] == -1) && (pipe(h->watch_pipe) != -1)) { in xs_fileno()177 while (write(h->watch_pipe[1], &c, 1) != 1) in xs_fileno()183 return h->watch_pipe[0]; in xs_fileno()262 h->watch_pipe[0] = h->watch_pipe[1] = -1; in get_handle()340 if (h->watch_pipe[0] != -1) { in close_fds_free()341 close(h->watch_pipe[0]); in close_fds_free()342 close(h->watch_pipe[1]); in close_fds_free()858 while (read(h->watch_pipe[0], &c, 1) != 1) in xs_maybe_clear_watch_pipe()[all …]
Completed in 5 milliseconds