Searched refs:child_pipe (Results 1 – 2 of 2) sorted by relevance
235 HANDLE child_pipe = INVALID_HANDLE_VALUE; in uv__stdio_create() local245 &child_pipe, in uv__stdio_create()250 CHILD_STDIO_HANDLE(buffer, i) = child_pipe; in uv__stdio_create()
105 static int child_pipe[2]; variable191 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()