Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/src/
DWelsThreadPool.cpp49 static CWelsLock *initLock = new CWelsLock; in GetInitLock() local
50 return *initLock; in GetInitLock()
/third_party/icu/docs/userguide/dev/sync/
Dcustom.md216 std::unique_lock<std::mutex> initLock(initMutex);
225 initCondition.wait(initLock);
241 std::unique_lock<std::mutex> initLock(initMutex);