Home
last modified time | relevance | path

Searched refs:fd_set (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.41.9/libsyscall/wrappers/
H A Dselect-base.c41 extern int __select(int, fd_set * __restrict, fd_set * __restrict,
42 fd_set * __restrict, struct timeval * __restrict);
44 int __pselect(int, fd_set * __restrict, fd_set * __restrict,
45 fd_set * __restrict, const struct timespec * __restrict, const sigset_t * __restrict);
48 int __select_nocancel(int, fd_set * __restrict, fd_set * __restrict,
49 fd_set * __restrict, struct timeval * __restrict);
51 int __pselect_nocancel(int, fd_set * __restrict, fd_set * __restrict,
52 fd_set * __restrict, const struct timespec * __restrict, const sigset_t * __restrict);
62 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds, in select()
63 fd_set * __restrict exceptfds, struct timeval * __restrict in select()
[all …]
H A Dterminate_with_reason.c34 __darwin_check_fd_set_overflow(int n, const void *fd_set, int unlimited_select) in __darwin_check_fd_set_overflow() argument
43 if (pthread_current_stack_contains_np((const void *) fd_set, sizeof(struct fd_set))) { in __darwin_check_fd_set_overflow()
/xnu-8792.41.9/bsd/sys/_types/
H A D_fd_def.h52 typedef struct fd_set { struct
54 } fd_set; argument
85 __darwin_fd_isset(int _fd, const struct fd_set *_p) in __darwin_fd_isset()
95 __darwin_fd_set(int _fd, struct fd_set *const _p) in __darwin_fd_set()
103 __darwin_fd_clr(int _fd, struct fd_set *const _p) in __darwin_fd_clr()
113 __darwin_fd_isset(int _fd, const struct fd_set *_p)
119 __darwin_fd_set(int _fd, struct fd_set *const _p)
125 __darwin_fd_clr(int _fd, struct fd_set *const _p)
/xnu-8792.41.9/bsd/sys/
H A D_select.h43 int select(int, fd_set * __restrict, fd_set * __restrict,
44 fd_set * __restrict, struct timeval * __restrict)
H A Dselect.h177 int pselect(int, fd_set * __restrict, fd_set * __restrict,
178 fd_set * __restrict, const struct timespec * __restrict,
/xnu-8792.41.9/tests/
H A Dfd.c27 fd_set read_fd;
45 fd_set read_fd;
H A Dselect_stress.c164 fd_set def_readfds;
182 fd_set readfds; in do_select()
H A Dkqueue_in_select.c39 fd_set rd_set;
H A Dpoll_select_kevent_paired_fds.c592 fd_set read_fd; in read_from_fd()
595 fd_set err_fd; in read_from_fd()
H A Dinet_transfer.c426 fd_set readfds; in wait_for_receive()
/xnu-8792.41.9/tools/tests/MPMMTest/
H A DKQMPMMtest.c380 fd_set readfds; in server()