Home
last modified time | relevance | path

Searched refs:WaitForEventForBroadcaster (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_listener.py15 obj.WaitForEventForBroadcaster(5, broadcaster, event)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBListener.i62 WaitForEventForBroadcaster (uint32_t num_seconds,
/llvm-project-15.0.7/lldb/test/API/macosx/profile_vrs_detach/
H A DTestDetachVrsProfile.py68 success = listener.WaitForEventForBroadcaster(0, process.GetBroadcaster(), event)
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template114 got_event = dbg.GetListener().WaitForEventForBroadcaster(
122 got_event = dbg.GetListener().WaitForEventForBroadcaster(
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBListener.h53 bool WaitForEventForBroadcaster(uint32_t num_seconds,
/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp153 bool SBListener::WaitForEventForBroadcaster(uint32_t num_seconds, in WaitForEventForBroadcaster() function in SBListener