Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-stdio-over-pipes.c178 static uv_pipe_t stdin_pipe2; variable
232 r = uv_pipe_init(loop, &stdin_pipe2, 0); in stdio_over_pipes_helper()
239 uv_pipe_open(&stdin_pipe2, 0); in stdio_over_pipes_helper()
246 uv_unref((uv_handle_t*) &stdin_pipe2); in stdio_over_pipes_helper()
272 uv_ref((uv_handle_t*) &stdin_pipe2); in stdio_over_pipes_helper()
274 r = uv_read_start((uv_stream_t*) (j == 0 ? &stdin_pipe1 : &stdin_pipe2), in stdio_over_pipes_helper()
288 uv_close((uv_handle_t*)&stdin_pipe2, close_cb); in stdio_over_pipes_helper()

Completed in 3 milliseconds