Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp167 bool SBListener::WaitForEventForBroadcaster(uint32_t num_seconds, in WaitForEventForBroadcaster() argument
172 num_seconds, broadcaster, event); in WaitForEventForBroadcaster()
176 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcaster()
177 timeout = std::chrono::seconds(num_seconds); in WaitForEventForBroadcaster()
190 uint32_t num_seconds, const SBBroadcaster &broadcaster, in WaitForEventForBroadcasterWithType() argument
195 num_seconds, broadcaster, event_type_mask, event); in WaitForEventForBroadcasterWithType()
199 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcasterWithType()
200 timeout = std::chrono::seconds(num_seconds); in WaitForEventForBroadcasterWithType()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i58 WaitForEvent (uint32_t num_seconds,
62 WaitForEventForBroadcaster (uint32_t num_seconds,
67 WaitForEventForBroadcasterWithType (uint32_t num_seconds,
/freebsd-13.1/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,