Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject() function
68 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
H A DMainLoop.h70 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp350 void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) { function in MainLoop