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