Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dev_epollsig_linux_test.cc128 #define NUM_FDS 8 macro
133 test_fd tfds[NUM_FDS]; in test_add_fd_to_pollset()
134 int fds[NUM_FDS]; in test_add_fd_to_pollset()
139 test_fd_init(tfds, fds, NUM_FDS); in test_add_fd_to_pollset()
201 for (i = 1; i < NUM_FDS; i++) { in test_add_fd_to_pollset()
212 test_fd_cleanup(tfds, NUM_FDS); in test_add_fd_to_pollset()
216 #undef NUM_FDS
/external/python/cpython3/Lib/test/
Dtest_selectors.py455 NUM_FDS = min(hard, 2**16)
457 NUM_FDS = soft
460 NUM_FDS -= 32
465 for i in range(NUM_FDS // 2):
491 self.assertEqual(NUM_FDS // 2, len(fds))