Searched refs:maxfd (Results 1 – 1 of 1) sorted by relevance
34 static const int maxfd = 31; variable55 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