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

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

Completed in 56 milliseconds