Searched refs:WaitForEventForBroadcasterWithType (Results 1 – 10 of 10) sorted by relevance
/external/lldb/test/python_api/default-constructor/ |
D | sb_listener.py | 16 obj.WaitForEventForBroadcasterWithType(5, broadcaster, 0xffffffff, event)
|
/external/lldb/test/python_api/event/ |
D | TestEvents.py | 107 if listener.WaitForEventForBroadcasterWithType(5, 253 if listener.WaitForEventForBroadcasterWithType(5,
|
/external/lldb/scripts/Python/interface/ |
D | SBListener.i | 66 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
|
/external/lldb/source/API/ |
D | SBListener.cpp | 273 SBListener::WaitForEventForBroadcasterWithType in WaitForEventForBroadcasterWithType() function in SBListener 290 … if (m_opaque_ptr->WaitForEventForBroadcasterWithType (time_value.IsValid() ? &time_value : NULL, in WaitForEventForBroadcasterWithType()
|
/external/lldb/include/lldb/API/ |
D | SBListener.h | 69 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
|
/external/lldb/include/lldb/Core/ |
D | Listener.h | 90 WaitForEventForBroadcasterWithType (const TimeValue *timeout,
|
/external/lldb/source/Core/ |
D | Listener.cpp | 456 Listener::WaitForEventForBroadcasterWithType in WaitForEventForBroadcasterWithType() function in Listener
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 1495 listener.WaitForEventForBroadcasterWithType (UINT32_MAX, in MainLoop()
|
/external/lldb/source/Target/ |
D | Process.cpp | 1335 if (m_listener.WaitForEventForBroadcasterWithType (timeout, in WaitForStateChangedEvents() 1391 if (m_private_state_listener.WaitForEventForBroadcasterWithType (timeout, in WaitForStateChangedEventsPrivate()
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3227 lldb.SBListener.WaitForEventForBroadcasterWithType lldb.SBListener-class.html#WaitForEventForBroadc…
|