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