Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess-stdio.c235 HANDLE child_pipe = INVALID_HANDLE_VALUE; in uv__stdio_create() local
245 &child_pipe, in uv__stdio_create()
250 CHILD_STDIO_HANDLE(buffer, i) = child_pipe; in uv__stdio_create()
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c105 static int child_pipe[2]; variable
191 if (child_pipe[1]) { in child_init_signal()
192 write(child_pipe[1], &status, sizeof(status)); in child_init_signal()
193 close(child_pipe[1]); in child_init_signal()
902 pipe(child_pipe); in be_daemon()
910 close(child_pipe[0]); in be_daemon()
914 close(child_pipe[1]); in be_daemon()
915 wait_for_child(child_pipe[0], timeout); in be_daemon()