Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h271 mutable std::shared_mutex threadPoolLock_; variable
H A Druntime_context_impl.cpp965 std::unique_lock<std::shared_mutex> writeLock(threadPoolLock_); in SetThreadPool()
972 std::shared_lock<std::shared_mutex> readLock(threadPoolLock_); in GetThreadPool()