Searched defs:FD_SET (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_nowarn.h | 50 # define FD_SET(a,b) aresx_FD_SET((a),(b)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | select.h | 34 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | select.h | 27 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | select.h | 27 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | select.h | 27 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | select.h | 27 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/musl/include/sys/ |
D | select.h | 27 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) macro
|
/third_party/grpc/third_party/cares/config_linux/ |
D | ares_config.h | 455 #define FD_SET(d, set) \ macro
|
/third_party/grpc/third_party/cares/config_android/ |
D | ares_config.h | 455 #define FD_SET(d, set) \ macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 476 #define FD_SET(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] = (u8_t)((p)->fd_bit… macro
|