Home
last modified time | relevance | path

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

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