Searched refs:CV_WAIT_BUFFER_AVAILABLE_MS (Results 1 – 1 of 1) sorted by relevance
70 const int32_t CV_WAIT_BUFFER_AVAILABLE_MS = 8 * 1000 * 1000; variable5041 if (scbBufferAvailableCV_.wait_for(lock, std::chrono::milliseconds(CV_WAIT_BUFFER_AVAILABLE_MS)) in BlockScbByAvailabelBuffer()