Searched refs:commAuthMutex_ (Results 1 – 2 of 2) sorted by relevance
1333 std::unique_lock<std::shared_mutex> lockGuard(commAuthMutex_); in AttachCommAuthInfo()1356 std::unique_lock<std::shared_mutex> lockGuard(commAuthMutex_); in DetachCommAuthInfo()1373 std::unique_lock<std::shared_mutex> lockGuard(commAuthMutex_); in DetachCommAuthInfoBySocketId()1384 std::shared_lock<std::shared_mutex> lockGuard(commAuthMutex_); in QueryCommAuthInfo()1407 std::unique_lock<std::shared_mutex> lockGuard(commAuthMutex_); in UpdateCommAuthSocketInfo()1610 std::unique_lock<std::shared_mutex> lockGuard(commAuthMutex_); in DetachCommAuthInfoByStub()
268 std::shared_mutex commAuthMutex_; variable