Home
last modified time | relevance | path

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

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