Home
last modified time | relevance | path

Searched refs:num_seconds (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp153 bool SBListener::WaitForEventForBroadcaster(uint32_t num_seconds, in WaitForEventForBroadcaster() argument
156 LLDB_INSTRUMENT_VA(this, num_seconds, broadcaster, event); in WaitForEventForBroadcaster()
160 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcaster()
161 timeout = std::chrono::seconds(num_seconds); in WaitForEventForBroadcaster()
174 uint32_t num_seconds, const SBBroadcaster &broadcaster, in WaitForEventForBroadcasterWithType() argument
176 LLDB_INSTRUMENT_VA(this, num_seconds, broadcaster, event_type_mask, event); in WaitForEventForBroadcasterWithType()
180 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcasterWithType()
181 timeout = std::chrono::seconds(num_seconds); in WaitForEventForBroadcasterWithType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBListener.i58 WaitForEvent (uint32_t num_seconds,
62 WaitForEventForBroadcaster (uint32_t num_seconds,
67 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBListener.h51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
53 bool WaitForEventForBroadcaster(uint32_t num_seconds,
58 uint32_t num_seconds, const lldb::SBBroadcaster &broadcaster,
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py101 num_seconds = 5
106 num_seconds, broadcaster, event_type_mask, event)