Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBListener.cpp245 uint32_t num_seconds, in WaitForEventForBroadcaster() argument
253 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcaster()
256 time_value.OffsetWithSeconds (num_seconds); in WaitForEventForBroadcaster()
275 uint32_t num_seconds, in WaitForEventForBroadcasterWithType() argument
284 if (num_seconds != UINT32_MAX) in WaitForEventForBroadcasterWithType()
287 time_value.OffsetWithSeconds (num_seconds); in WaitForEventForBroadcasterWithType()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBListener.h60 WaitForEvent (uint32_t num_seconds,
64 WaitForEventForBroadcaster (uint32_t num_seconds,
69 WaitForEventForBroadcasterWithType (uint32_t num_seconds,