Searched refs:GetEventInternal (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Listener.cpp | 342 bool Listener::GetEventInternal( in GetEventInternal() function in Listener 385 return GetEventInternal(timeout, broadcaster, nullptr, 0, event_type_mask, in GetEventForBroadcasterWithType() 392 return GetEventInternal(timeout, broadcaster, nullptr, 0, 0, event_sp); in GetEventForBroadcaster() 396 return GetEventInternal(timeout, nullptr, nullptr, 0, 0, event_sp); in GetEvent()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 124 bool GetEventInternal(const Timeout<std::micro> &timeout,
|