Searched refs:RunningLockCounter (Results 1 – 4 of 4) sorted by relevance
28 int32_t RunningLockCounter::Increase(const RunningLockInfo &info) in Increase()49 int32_t RunningLockCounter::Decrease(const RunningLockInfo &info) in Decrease()65 void RunningLockCounter::Clean() in Clean()70 void RunningLockCounter::NotifyHiView(const RunningLockInfo &info, ChangedType changeType, RunningL… in NotifyHiView()
28 class RunningLockCounter {30 RunningLockCounter(RunningLockType type, const std::string &tag) in RunningLockCounter() function32 ~RunningLockCounter() = default;
40 std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> RunningLockImpl::lockCounters_ = {};59 … std::make_shared<RunningLockCounter>(filledInfo.type, GetRunningLockTag(filledInfo.type))); in Hold()66 std::shared_ptr<RunningLockCounter> lockCounter = iterator->second; in Hold()102 std::shared_ptr<RunningLockCounter> lockCounter = iterator->second; in Unhold()
62 static std::map<RunningLockType, std::shared_ptr<RunningLockCounter>> lockCounters_;