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

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dselect.h18 #define FD_SETSIZE 1024 macro
22 typedef struct { unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)]; } fd_set;
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c2097 if (n > FD_SETSIZE || n < 1) {

Completed in 36 milliseconds