Searched refs:fds_stdin (Results 1 – 1 of 1) sorted by relevance
1885 int fds_stdin[2]; in TEST_IMPL() local1907 ASSERT_OK(uv_pipe(fds_stdin, 0, 0)); in TEST_IMPL()1910 ASSERT_OK(uv_pipe_open(&pipe_stdin_child, fds_stdin[0])); in TEST_IMPL()1912 ASSERT_OK(uv_pipe_open(&pipe_stdin_parent, fds_stdin[1])); in TEST_IMPL()
Completed in 7 milliseconds