Home
last modified time | relevance | path

Searched refs:RunImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMainLoop.cpp70 class MainLoop::RunImpl { class in MainLoop
72 RunImpl(MainLoop &loop);
73 ~RunImpl() = default;
98 MainLoop::RunImpl::RunImpl(MainLoop &loop) : loop(loop) { in RunImpl() function in MainLoop::RunImpl
102 Status MainLoop::RunImpl::Poll() { in Poll()
122 void MainLoop::RunImpl::ProcessEvents() { in ProcessEvents()
140 MainLoop::RunImpl::RunImpl(MainLoop &loop) : loop(loop) { in RunImpl() function in MainLoop::RunImpl
162 Status MainLoop::RunImpl::Poll() { in Poll()
195 Status MainLoop::RunImpl::Poll() { in Poll()
216 void MainLoop::RunImpl::ProcessEvents() {
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoop.h100 class RunImpl; variable