Searched refs:__sanitizer_nfds_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h309 typedef unsigned __sanitizer_nfds_t; typedef in namespace:__sanitizer
H A Dsanitizer_platform_limits_solaris.h331 typedef unsigned long __sanitizer_nfds_t; typedef in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.h351 typedef unsigned __sanitizer_nfds_t; typedef in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h741 typedef unsigned __sanitizer_nfds_t; typedef in namespace:__sanitizer
743 typedef unsigned long __sanitizer_nfds_t; typedef in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.h383 typedef unsigned __sanitizer_nfds_t; typedef in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc3890 __sanitizer_nfds_t nfds) {
3898 __sanitizer_nfds_t nfds) {
3904 INTERCEPTOR(int, poll, __sanitizer_pollfd *fds, __sanitizer_nfds_t nfds,
3919 INTERCEPTOR(int, ppoll, __sanitizer_pollfd *fds, __sanitizer_nfds_t nfds,

Completed in 146 milliseconds