Lines Matching defs:pipe
307 ASSERT_EQ(2, close_cb_called); /* Once for process once for the pipe. */
618 ASSERT_EQ(3, close_cb_called); /* Once for process twice for the pipe. */
628 uv_pipe_t pipe;
633 uv_pipe_init(uv_default_loop(), &pipe, 0);
639 options.stdio[3].data.stream = (uv_stream_t*) &pipe;
645 r = uv_read_start((uv_stream_t*) &pipe, on_alloc, on_read);
652 ASSERT_EQ(2, close_cb_called); /* Once for process once for the pipe. */
1111 /* Create a pipe that'll cause a collision. */
1114 "\\\\.\\pipe\\uv\\%p-%lu",
1137 ASSERT_EQ(2, close_cb_called); /* Once for process once for the pipe. */
1747 /* create a pipe and share it with a child process */
1764 /* read from the pipe with uv */
1783 /* close the pipe and see if we still get events */
1918 /* Some systems (SVR4) open a bidirectional pipe, most don't. */