Searched refs:inUseCount_ (Results 1 – 2 of 2) sorted by relevance
37 std::atomic<uint8_t> PerfCollectorImpl::inUseCount_(0); member in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl99 inUseCount_.fetch_add(1); in IncreaseUseCount()104 inUseCount_.fetch_sub(1); in DecreaseUseCount()114 HIVIEW_LOGI("current used count : %{public}d", inUseCount_.load()); in CheckUseCount()117 if (inUseCount_ > limitUseCount_) { in CheckUseCount()
48 static std::atomic<uint8_t> inUseCount_;