Searched refs:initLock (Results 1 – 3 of 3) sorted by relevance
41 std::mutex initLock; variable
62 std::lock_guard<std::mutex> lock(initLock); in Load()
65 std::scoped_lock initLock(writeMutex_, readMutex_); in InitReadWriteExecutors() local