Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DMainLoopBase.h68 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject() function
75 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
H A DMainLoop.h76 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMainLoop.cpp354 void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) { function in MainLoop