Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/common/
H A DMainLoop.cpp49 int ppoll(struct pollfd *fds, size_t nfds, const struct timespec *timeout_ts, in ppoll()
174 int nfds = 0; in Poll() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DSelectHelper.cpp131 const unsigned nfds = static_cast<unsigned>(*max_fd) + 1; in Select() local
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1440 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
1454 int __dfso_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfso_poll()
1464 int __dfsw_select(int nfds, fd_set *readfds, fd_set *writefds, in __dfsw_select()
1487 int __dfso_select(int nfds, fd_set *readfds, fd_set *writefds, in __dfso_select()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1121 #define __sanitizer_syscall_pre_poll(fds, nfds, timeout) \ argument
1124 #define __sanitizer_syscall_post_poll(res, fds, nfds, timeout) \ argument
2028 #define __sanitizer_syscall_pre_compat_50_pollts(fds, nfds, ts, mask) \ argument
2031 #define __sanitizer_syscall_post_compat_50_pollts(res, fds, nfds, ts, mask) \ argument
2424 #define __sanitizer_syscall_pre___pollts50(fds, nfds, ts, mask) \ argument
2427 #define __sanitizer_syscall_post___pollts50(res, fds, nfds, ts, mask) \ argument
H A Dlinux_syscall_hooks.h1182 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument
1184 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument