Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-iouring-pollhup.c39 static int duped_fd; variable
54 ASSERT_OK(close(duped_fd)); in read_data2()
55 duped_fd = -1; in read_data2()
98 duped_fd = dup(pipefds[0]); in TEST_IMPL()
99 ASSERT_NE(duped_fd, -1); in TEST_IMPL()

Completed in 7 milliseconds