Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_fortify.h58 if (__predict_false(fd >= FD_SETSIZE)) { in __check_fd_set()
59 __fortify_fatal("%s: file descriptor %d >= FD_SETSIZE %d", fn, fd, FD_SETSIZE); in __check_fd_set()
/bionic/libc/include/sys/
Dselect.h50 #define FD_SETSIZE 1024 macro
58 fd_mask fds_bits[FD_SETSIZE/NFDBITS];
/bionic/tests/headers/posix/
Dsys_select_h.c45 MACRO(FD_SETSIZE); in sys_select_h()
Dsys_time_h.c63 MACRO(FD_SETSIZE); in sys_time_h()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h232 evFile *fdTable[FD_SETSIZE];