Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp70 const int32_t CV_WAIT_BUFFER_AVAILABLE_MS = 8 * 1000 * 1000; variable
5041 if (scbBufferAvailableCV_.wait_for(lock, std::chrono::milliseconds(CV_WAIT_BUFFER_AVAILABLE_MS)) in BlockScbByAvailabelBuffer()