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

/bionic/libc/include/sys/
H A Dselect.h40 #define FD_SETSIZE 1024 macro
42 #define __FDSET_LONGS (FD_SETSIZE/NFDBITS)
/bionic/tools/versioner/current/sys/
H A Dselect.h40 #define FD_SETSIZE 1024 macro
42 #define __FDSET_LONGS (FD_SETSIZE/NFDBITS)
/bionic/libc/private/
H A Dbionic_fortify.h52 if (__predict_false(fd >= FD_SETSIZE)) {
53 __fortify_fatal("%s: file descriptor %d >= FD_SETSIZE %zu", fn, fd, set_size);
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h232 evFile *fdTable[FD_SETSIZE];
/bionic/libc/dns/resolv/
H A Dres_send.c135 static const int highestFD = FD_SETSIZE - 1;

Completed in 453 milliseconds