Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/include/sys/
A Dselect.h14 #ifndef FD_SETSIZE
15 #define FD_SETSIZE 1024 macro
20 unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)];
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dselect.h8 #ifndef FD_SETSIZE
9 #define FD_SETSIZE 256 macro
23 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dselect.h8 #ifndef FD_SETSIZE
9 #define FD_SETSIZE 256 macro
23 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h411 #undef FD_SETSIZE
413 #define FD_SETSIZE MEMP_NUM_NETCONN macro
426 unsigned char fd_bits [(FD_SETSIZE+7)/8];
431 #elif FD_SETSIZE < MEMP_NUM_NETCONN
/AliOS-Things-master/components/SDL2/src/core/unix/
A DSDL_poll.c61 SDL_assert(fd >= 0 && fd < FD_SETSIZE); in SDL_IOReady()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h510 #undef FD_SETSIZE
513 #define FD_SETSIZE MEMP_NUM_NETCONN macro
526 unsigned char fd_bits [(FD_SETSIZE * 2 + 7) / 8];
/AliOS-Things-master/components/select/
A DREADME.md47 FD_SETSIZE: 64 # 配置fd_set大小。注意必须大于VFS组件中的 VFS_CONFIG_FD_OFFSET 数值!
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_tcp.c126 if (fd >= FD_SETSIZE) { in aos_tcp_write()
/AliOS-Things-master/components/select/poll/
A Dpoll.c129 if (pfd->fd > FD_SETSIZE - 1) { in pre_poll()

Completed in 27 milliseconds