Searched refs:pipe_hdl (Results 1 – 1 of 1) sorted by relevance
31 static uv_pipe_t pipe_hdl; variable55 uv_close((uv_handle_t *) &pipe_hdl, close_cb); in write_cb()73 ASSERT_OK(uv_pipe_init(&loop, &pipe_hdl, 0)); in TEST_IMPL()75 ASSERT_OK(uv_pipe_open(&pipe_hdl, pipefds[1])); in TEST_IMPL()83 r = uv_write(&write_req, (uv_stream_t *) &pipe_hdl, &buffer, 1, write_cb); in TEST_IMPL()
Completed in 5 milliseconds