Home
last modified time | relevance | path

Searched refs:IOObject (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DIOObject.h20 class IOObject {
32 IOObject(FDType type) : m_fd_type(type) {} in IOObject() function
33 virtual ~IOObject();
48 IOObject(const IOObject &) = delete;
49 const IOObject &operator=(const IOObject &) = delete;
/llvm-project-15.0.7/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
H A DCMakeLists.txt42 IOObject.cpp
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DMainLoopBase.h68 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
78 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
82 IOObject::WaitableHandle m_handle;
H A DMainLoop.h76 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
81 void ProcessReadObject(IOObject::WaitableHandle handle);
111 llvm::DenseMap<IOObject::WaitableHandle, Callback> m_read_fds;
H A DFile.h35 class File : public IOObject {
74 File() : IOObject(eFDTypeFile){}; in File()
H A DSocket.h41 class Socket : public IOObject {
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMainLoop.cpp226 std::vector<IOObject::WaitableHandle> fds;
236 IOObject::WaitableHandle handle = fd.fd;
276 if (object_sp->GetFdType() != IOObject:: eFDTypeSocket) {
354 void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) {
428 void MainLoop::ProcessReadObject(IOObject::WaitableHandle handle) {
H A DSocket.cpp74 : IOObject(eFDTypeSocket), m_protocol(protocol), in Socket()
211 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle()
H A DFile.cpp115 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle()
116 return IOObject::kInvalidHandleValue; in GetWaitableHandle()
268 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp204 if (m_io_sp->GetFdType() == IOObject::eFDTypeSocket) in Disconnect()
306 if (m_io_sp->GetFdType() == IOObject::eFDTypeSocket) in Read()
454 const IOObject::WaitableHandle handle = m_io_sp->GetWaitableHandle(); in BytesAvailable()
457 if (handle != IOObject::kInvalidHandleValue) { in BytesAvailable()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn24 "IOObject.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h108 class IOObject; variable
338 typedef std::shared_ptr<lldb_private::IOObject> IOObjectSP;
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3868 lldb/include/lldb/Utility/IOObject.h
4675 lldb/source/Utility/IOObject.cpp