Searched refs:databusSessionMutex_ (Results 1 – 2 of 2) sorted by relevance
120 std::unique_lock<std::shared_mutex> lockGuard(databusSessionMutex_); in ClearDataResource()670 std::unique_lock<std::shared_mutex> lockGuard(databusSessionMutex_); in StubDetachDBinderSession()689 std::unique_lock<std::shared_mutex> lockGuard(databusSessionMutex_); in StubAttachDBinderSession()700 std::shared_lock<std::shared_mutex> lockGuard(databusSessionMutex_); in StubQueryDBinderSession()
263 std::shared_mutex databusSessionMutex_; variable