Searched refs:read_fds (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | MainLoopPosix.cpp | 65 std::vector<struct pollfd> read_fds; member in MainLoopPosix::RunImpl 117 read_fds.reserve(loop.m_read_fds.size()); in RunImpl() 170 read_fds.clear(); in Poll() 179 read_fds.push_back(pfd); in Poll() 182 if (ppoll(read_fds.data(), read_fds.size(), nullptr, &sigmask) == -1 && in Poll() 203 for (const auto &fd : read_fds) {
|
| /src/contrib/dialog/ |
| H A D | ui_getc.c | 191 fd_set read_fds; in check_inputs() local 200 FD_ZERO(&read_fds); in check_inputs() 206 FD_SET(fd, &read_fds); in check_inputs() 215 found = select(last_fd + 1, &read_fds, in check_inputs() 224 && FD_ISSET(fd, &read_fds)) { in check_inputs()
|
| /src/contrib/mandoc/ |
| H A D | mandocd.c | 59 static int read_fds(int, int *); 65 read_fds(int clientfd, int *fds) in read_fds() function 235 while (state == 1 && (state = read_fds(clientfd, fds)) == 1) { in main()
|