Searched refs:num_set_fds (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | ConnectionFileDescriptorPosix.cpp | 647 const int num_set_fds = ::select(nfds, FD_SET_DATA(read_fds), NULL, NULL, tv_ptr); in BytesAvailable() local 648 if (num_set_fds < 0) in BytesAvailable() 658 … static_cast<void *>(this), nfds, handle, pipe_fd, static_cast<void *>(tv_ptr), num_set_fds, in BytesAvailable() 663 …static_cast<void *>(this), nfds, handle, static_cast<void *>(tv_ptr), num_set_fds, error.AsCString… in BytesAvailable() 689 else if (num_set_fds == 0) in BytesAvailable() 693 else if (num_set_fds > 0) in BytesAvailable()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 5173 int num_set_fds = select (nfds, &read_fdset, NULL, NULL, NULL); in Run() local 5174 if (num_set_fds < 0) in Run() 5181 else if (num_set_fds > 0) in Run()
|