Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-emfile.c34 static const int maxfd = 31; variable
55 limits.rlim_cur = limits.rlim_max = maxfd + 1; in TEST_IMPL()
76 close(maxfd); in TEST_IMPL()
83 close(maxfd - 1); in TEST_IMPL()
100 while (first_fd < maxfd) { in TEST_IMPL()

Completed in 4 milliseconds