Home
last modified time | relevance | path

Searched refs:FD_ISSET (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/bsd/sys/_types/
H A D_fd_isset.h28 #ifndef FD_ISSET
29 #define FD_ISSET(n, p) __DARWIN_FD_ISSET(n, p) macro
/xnu-10063.101.15/bsd/man/man2/
H A DMakefile14 FD_ISSET.2 \
/xnu-10063.101.15/tests/
H A Dselect_stress.c220 if (FD_ISSET(ep->fd[0], &readfds)) { in do_select()
H A Dpoll_select_kevent_paired_fds.c613 T_QUIET; T_ASSERT_NE(FD_ISSET(fd, &read_fd), 0, in read_from_fd()