Home
last modified time | relevance | path

Searched refs:watch_pipe (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c71 int watch_pipe[2]; member
132 int watch_pipe[2]; member
174 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