Searched refs:tty_wo (Results 1 – 1 of 1) sorted by relevance
350 uv_tty_t tty_wo; in TEST_IMPL() local402 ASSERT_OK(uv_tty_init(&loop, &tty_wo, fd, 0)); in TEST_IMPL()404 ASSERT(!uv_is_readable((uv_stream_t*) &tty_wo)); in TEST_IMPL()405 ASSERT(uv_is_writable((uv_stream_t*) &tty_wo)); in TEST_IMPL()406 uv_close((uv_handle_t*) &tty_wo, NULL); in TEST_IMPL()407 ASSERT(!uv_is_readable((uv_stream_t*) &tty_wo)); in TEST_IMPL()408 ASSERT(!uv_is_writable((uv_stream_t*) &tty_wo)); in TEST_IMPL()
Completed in 5 milliseconds