Searched refs:g_timeOut (Results 1 – 1 of 1) sorted by relevance
44 const std::chrono::seconds g_timeOut = std::chrono::seconds(1); variable177 if (threadContext->cv.wait_for(lock, g_timeOut) == std::cv_status::timeout) { in CollectThreadContext()222 ctxPtr->cv.wait_for(lock, g_timeOut); in CopyContextAndWaitTimeout()