Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/core/src/
Dresource_node_pool_impl.cpp43 mutable std::mutex poolMutex_; member in OHOS::UserIam::UserAuth::ResourceNodePoolImpl
54 std::lock_guard<std::mutex> lock(poolMutex_); in Insert()
81 std::lock_guard<std::mutex> lock(poolMutex_); in Delete()
99 std::lock_guard<std::mutex> lock(poolMutex_); in DeleteAll()
113 std::lock_guard<std::mutex> lock(poolMutex_); in Select()
128 std::lock_guard<std::mutex> lock(poolMutex_); in Enumerate()
136 std::lock_guard<std::mutex> lock(poolMutex_); in GetPoolSize()
146 std::lock_guard<std::mutex> lock(poolMutex_); in RegisterResourceNodePoolListener()
153 std::lock_guard<std::mutex> lock(poolMutex_); in DeregisterResourceNodePoolListener()
/base/useriam/user_auth_framework/services/context/src/
Dcontext_pool_impl.cpp43 mutable std::mutex poolMutex_; member in OHOS::UserIam::UserAuth::ContextPoolImpl
54 std::lock_guard<std::mutex> lock(poolMutex_); in Insert()
70 std::lock_guard<std::mutex> lock(poolMutex_); in Delete()
88 std::lock_guard<std::mutex> lock(poolMutex_); in Select()
99 std::lock_guard<std::mutex> lock(poolMutex_); in Select()
114 std::lock_guard<std::mutex> lock(poolMutex_); in SelectScheduleNodeByScheduleId()
133 std::lock_guard<std::mutex> lock(poolMutex_); in RegisterContextPoolListener()
140 std::lock_guard<std::mutex> lock(poolMutex_); in DeregisterContextPoolListener()