Searched refs:fd_set (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A D_select.h39 int select(int, fd_set * __restrict, fd_set * __restrict,
40 fd_set * __restrict, struct timeval * __restrict)
H A Dselect.h71 * [XSI] The <sys/select.h> header shall define the fd_set type as a structure.
175 int pselect(int, fd_set * __restrict, fd_set * __restrict,
176 fd_set * __restrict, const struct timespec * __restrict,
H A D_structs.h286 typedef struct fd_set { struct
288 } fd_set; typedef in typeref:struct:fd_set
293 __darwin_fd_isset(int _n, const struct fd_set *_p)
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dselect-base.c33 extern int __select(int, fd_set * __restrict, fd_set * __restrict,
34 fd_set * __restrict, struct timeval * __restrict);
36 int __select_nocancel(int, fd_set * __restrict, fd_set * __restrict,
37 fd_set * __restrict, struct timeval * __restrict);
49 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds,
50 fd_set * __restrict exceptfds, struct timeval * __restrict
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dselect.c50 static fd_set iset;
51 static fd_set oset;
177 fd_set set1;
178 fd_set set2;
179 fd_set *my_iset = &set1;
180 fd_set *my_oset = NULL;
188 (void) memcpy(&set1, &iset, sizeof (fd_set));
189 (void) memcpy(&set2, &oset, sizeof (fd_set));
/darwin-on-arm/xnu/bsd/sys/_types/
H A D_fd_def.h46 typedef struct fd_set { struct
48 } fd_set; typedef in typeref:struct:fd_set
53 __darwin_fd_isset(int _n, const struct fd_set *_p)
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_file.c95 fd_set set;
384 fd_set nosave;
H A Dlmbench_select_tcp.c110 fd_set set;
601 fd_set nosave;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c511 fd_set my_read_set;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DKQMPMMtest.c354 fd_set readfds;

Completed in 84 milliseconds