Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() argument
130 LLDB_INSTRUMENT_VA(this, timeout_secs, event); in WaitForEvent()
136 if (timeout_secs != UINT32_MAX) { in WaitForEvent()
137 assert(timeout_secs != 0); // Take this out after all calls with timeout in WaitForEvent()
139 timeout = std::chrono::seconds(timeout_secs); in WaitForEvent()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm199 const uint32_t timeout_secs = 30;
202 dispatch_time(DISPATCH_TIME_NOW, timeout_secs * NSEC_PER_SEC);
2897 const uint32_t timeout_secs = 9;
2900 dispatch_time(DISPATCH_TIME_NOW, timeout_secs * NSEC_PER_SEC);
2978 const uint32_t timeout_secs = 9;
2981 dispatch_time(DISPATCH_TIME_NOW, timeout_secs * NSEC_PER_SEC);