Searched refs:__darwin_check_fd_set_overflow (Results 1 – 2 of 2) sorted by relevance
57 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()
34 __darwin_check_fd_set_overflow(int n, const void *fd_set, int unlimited_select) in __darwin_check_fd_set_overflow() function