Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp345 bool Listener::GetEventInternal( in GetEventInternal() function in Listener
388 return GetEventInternal(timeout, broadcaster, nullptr, 0, event_type_mask, in GetEventForBroadcasterWithType()
395 return GetEventInternal(timeout, broadcaster, nullptr, 0, 0, event_sp); in GetEventForBroadcaster()
399 return GetEventInternal(timeout, nullptr, nullptr, 0, 0, event_sp); in GetEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h124 bool GetEventInternal(const Timeout<std::micro> &timeout,