Home
last modified time | relevance | path

Searched refs:GetEvent (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp142 if (m_opaque_sp->GetEvent(event_sp, timeout)) { in WaitForEvent()
235 if (m_opaque_sp->GetEvent(event_sp, std::chrono::seconds(0))) { in GetNextEvent()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp127 if (!listener_sp->GetEvent(event_sp, timeout)) { in Read()
369 listener_sp->GetEvent(event_sp, std::nullopt); in SynchronizeWithReadThread()
H A DDebugger.cpp1928 if (listener_sp->GetEvent(event_sp, std::nullopt)) { in DefaultEventHandler()
2023 listener_sp->GetEvent(event_sp, std::nullopt); in StartEventHandlerThread()
H A DIOHandlerCursesGUI.cpp4376 listener_sp->GetEvent(event_sp, std::chrono::seconds(0)); in Run()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h85 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp308 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent() function in Listener
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1065 return m_private_state_listener_sp->GetEvent(event_sp, timeout); in GetEventsPrivate()
5194 listener_sp->GetEvent(event_sp, GetUtilityExpressionTimeout()); in RunThreadPlan()
5285 got_event = listener_sp->GetEvent(event_sp, timeout); in RunThreadPlan()
5413 listener_sp->GetEvent(event_sp, GetUtilityExpressionTimeout()); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1381 if (!listener_sp->GetEvent(event_sp, std::chrono::seconds(5))) { in DoResume()
3608 if (m_async_listener_sp->GetEvent(event_sp, std::nullopt)) { in AsyncThread()