Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBListener.cpp190 bool SBListener::WaitForEventForBroadcaster(uint32_t num_seconds, in WaitForEventForBroadcaster() argument
195 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcaster()
196 timeout = std::chrono::seconds(num_seconds); in WaitForEventForBroadcaster()
209 uint32_t num_seconds, const SBBroadcaster &broadcaster, in WaitForEventForBroadcasterWithType() argument
213 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcasterWithType()
214 timeout = std::chrono::seconds(num_seconds); in WaitForEventForBroadcasterWithType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBListener.h50 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
52 bool WaitForEventForBroadcaster(uint32_t num_seconds,
57 uint32_t num_seconds, const lldb::SBBroadcaster &broadcaster,