Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance
36 static uv_pipe_t p2; variable56 uv_close((uv_handle_t*) &p2, NULL); in read_data2()69 ASSERT_OK(uv_pipe_open(&p2, newpipefds[0])); in idle_cb()70 ASSERT_OK(uv_read_start((uv_stream_t*) &p2, alloc_buffer, read_data2)); in idle_cb()92 ASSERT_OK(uv_pipe_init(loop, &p2, 0)); in TEST_IMPL()
38 * [potion](https://github.com/perl11/potion)/[p2](https://github.com/perl11/p2): runtime
Completed in 9 milliseconds