Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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,