Home
last modified time | relevance | path

Searched defs:FD_ISSET (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dselect.h51 #undef FD_ISSET(d, s) macro
52 #define FD_ISSET(d, s) !!((s)->fds_bits[(d)/(8*sizeof(long))] & (1UL<<((d)%(8*sizeof(long))))) macro
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dtypes.h142 #define FD_ISSET(fd, set) ({ \ macro

Completed in 2 milliseconds