Searched refs:GetEventInternal (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Utility/ |
H A D | Listener.cpp | 259 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 D | Listener.h | 122 bool GetEventInternal(const Timeout<std::micro> &timeout,
|