Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp44 const std::chrono::seconds g_timeOut = std::chrono::seconds(1); variable
177 if (threadContext->cv.wait_for(lock, g_timeOut) == std::cv_status::timeout) { in CollectThreadContext()
222 ctxPtr->cv.wait_for(lock, g_timeOut); in CopyContextAndWaitTimeout()