Home
last modified time | relevance | path

Searched refs:max_fd (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DSelectHelper.cpp106 llvm::Optional<lldb::socket_t> max_fd; in Select() local
123 updateMaxFd(max_fd, fd); in Select()
126 if (!max_fd) { in Select()
131 const unsigned nfds = static_cast<unsigned>(*max_fd) + 1; in Select()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp189 int max_fd = sysconf(_SC_OPEN_MAX); in ChildFunc() local
190 for (int fd = 3; fd < max_fd; ++fd) in ChildFunc()
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py261 max_fd = min(1048576, resource.getrlimit(resource.RLIMIT_NOFILE)[0])
263 os.closerange(exec_err_pipe_write+1, max_fd)