Searched refs:WaitForEventForBroadcasterWithType (Results 1 - 9 of 9) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_listener.py16 obj.WaitForEventForBroadcasterWithType(5, broadcaster, 0xffffffff, event)
/external/lldb/scripts/Python/interface/
H A DSBListener.i66 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
/external/lldb/include/lldb/API/
H A DSBListener.h69 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
/external/lldb/include/lldb/Core/
H A DListener.h90 WaitForEventForBroadcasterWithType (const TimeValue *timeout,
/external/lldb/test/python_api/event/
H A DTestEvents.py107 if listener.WaitForEventForBroadcasterWithType(5,
253 if listener.WaitForEventForBroadcasterWithType(5,
/external/lldb/source/API/
H A DSBListener.cpp273 SBListener::WaitForEventForBroadcasterWithType function in class:SBListener
290 if (m_opaque_ptr->WaitForEventForBroadcasterWithType (time_value.IsValid() ? &time_value : NULL,
/external/lldb/source/Core/
H A DListener.cpp456 Listener::WaitForEventForBroadcasterWithType function in class:Listener
/external/lldb/tools/driver/
H A DDriver.cpp1495 listener.WaitForEventForBroadcasterWithType (UINT32_MAX,
/external/lldb/source/Target/
H A DProcess.cpp1335 if (m_listener.WaitForEventForBroadcasterWithType (timeout,
1391 if (m_private_state_listener.WaitForEventForBroadcasterWithType (timeout,

Completed in 364 milliseconds