Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h86 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) = 0;
105 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h54 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp306 void MainLoopPosix::UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject() function in MainLoopPosix