Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h92 bool PopUntilTimeout(uint32_t timeLenMs, T &element) in PopUntilTimeout() argument
98 if (!(notEmptyCv_.wait_for(lock, std::chrono::milliseconds(timeLenMs), in PopUntilTimeout()