Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DListener.cpp259 bool Listener::GetEventInternal( in GetEventInternal() function in Listener
299 return GetEventInternal(timeout, broadcaster, event_type_mask, event_sp); in GetEventForBroadcasterWithType()
305 return GetEventInternal(timeout, broadcaster, 0, event_sp); in GetEventForBroadcaster()
309 return GetEventInternal(timeout, nullptr, 0, event_sp); in GetEvent()
/llvm-project/lldb/include/lldb/Utility/
H A DListener.h122 bool GetEventInternal(const Timeout<std::micro> &timeout,