Searched refs:remoteSubscribedMapLock_ (Results 1 – 2 of 2) sorted by relevance
24 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ClearRemoteSubscribeQuery()30 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ClearAllRemoteQuery()44 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ReserveRemoteSubscribeQuery()53 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in ActiveRemoteSubscribeQuery()94 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in DeleteRemoteSubscribeQuery()138 std::unique_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in RemoveRemoteSubscribeQuery()169 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in GetRemoteSubscribeQueries()175 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in IsLastRemoteContainSubscribe()189 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in GetRemoteSubscribeQueryIds()229 std::shared_lock<std::shared_mutex> lockGuard(remoteSubscribedMapLock_); in IsQueryExistSubscribe()
121 mutable std::shared_mutex remoteSubscribedMapLock_; variable