Searched defs:curCount (Results 1 – 8 of 8) sorted by relevance
106 int curCount = atomicStrong_.load(std::memory_order_relaxed); in IncStrongRefCount() local118 int curCount = GetStrongRefCount(); in DecStrongRefCount() local141 int curCount = GetWeakRefCount(); in DecWeakRefCount() local187 int curCount = GetStrongRefCount(); in AttemptIncStrongRef() local317 const int curCount = refs_->IncStrongRefCount(objectId); in IncStrongRef() local335 const int curCount = refs_->DecStrongRefCount(objectId); in DecStrongRef() local
111 int curCount = atomicStrong_.load(std::memory_order_relaxed); in IncStrongRefCount() local123 int curCount = GetStrongRefCount(); in DecStrongRefCount() local146 int curCount = GetWeakRefCount(); in DecWeakRefCount() local191 int curCount = GetStrongRefCount(); in AttemptIncStrongRef() local319 const int curCount = refs_->IncStrongRefCount(objectId); in IncStrongRef() local335 const int curCount = refs_->DecStrongRefCount(objectId); in DecStrongRef() local
230 int curCount = atomicStrong_.load(std::memory_order_relaxed); in IncStrongRefCount() local246 int curCount = GetStrongRefCount(); in DecStrongRefCount() local276 int curCount = GetWeakRefCount(); in DecWeakRefCount() local336 int curCount = GetStrongRefCount(); in AttemptIncStrongRef() local386 int curCount = GetStrongRefCount(); in AttemptIncStrong() local503 const int curCount = refs_->IncStrongRefCount(objectId); in IncStrongRef() local521 const int curCount = refs->DecStrongRefCount(objectId); in DecStrongRef() local
247 int curCount = atomicStrong_.load(std::memory_order_relaxed); in IncStrongRefCount() local261 int curCount = GetStrongRefCount(); in DecStrongRefCount() local288 int curCount = GetWeakRefCount(); in DecWeakRefCount() local354 int curCount = GetStrongRefCount(); in AttemptIncStrongRef() local404 int curCount = GetStrongRefCount(); in AttemptIncStrong() local521 const int curCount = refs_->IncStrongRefCount(objectId); in IncStrongRef() local551 const int curCount = refs->DecStrongRefCount(objectId); in DecStrongRef() local
64 int32_t curCount = 0; in GetComponentCapabilityList() local
86 uint64_t curCount = fifoCacheData->GetPeriodCount(); in SendNoneFifoCacheData() local136 uint64_t curCount = fifoData->GetPeriodCount(); in SendFifoCacheData() local
92 uint64_t curCount = fifoCacheData->GetPeriodCount(); in SendNoneFifoCacheData() local143 uint64_t curCount = fifoData->GetPeriodCount(); in SendFifoCacheData() local
57 int curCount = ref.DecWeakRefCount(objectId); variable