Home
last modified time | relevance | path

Searched refs:__darwin_check_fd_set_overflow (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/_types/
H A D_fd_def.h57 int __darwin_check_fd_set_overflow(int, const void *, int) __API_AVAILABLE(macosx(10.16), ios(14.0)…
69 if ((uintptr_t)&__darwin_check_fd_set_overflow != (uintptr_t) 0) { in __darwin_check_fd_set()
71 return __darwin_check_fd_set_overflow(_a, _b, 1); in __darwin_check_fd_set()
73 return __darwin_check_fd_set_overflow(_a, _b, 0); in __darwin_check_fd_set()
/xnu-8019.80.24/libsyscall/wrappers/
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() function