Searched refs:AccessAtCore (Results 1 – 4 of 4) sorted by relevance
250 res += per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType]; in getTickerCountLocked()267 per_core_stats_.AccessAtCore(core_idx)->histograms_[histogramType]); in getHistogramImplLocked()291 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType] = count; in setTickerCountLocked()293 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType] = 0; in setTickerCountLocked()305 per_core_stats_.AccessAtCore(core_idx)->tickers_[tickerType].exchange( in getAndResetTickerCount()342 per_core_stats_.AccessAtCore(core_idx)->histograms_[i].Clear(); in Reset()
36 T* AccessAtCore(size_t core_idx) const;74 return {AccessAtCore(core_idx), core_idx}; in AccessElementAndIndex()78 T* CoreLocalArray<T>::AccessAtCore(size_t core_idx) const { in AccessAtCore() function
80 auto* cn = per_core_uncompr_.AccessAtCore(static_cast<size_t>(idx)); in ReturnZSTDUncompressData()
122 total += shards_.AccessAtCore(i)->allocated_and_unused_.load( in ShardAllocatedAndUnused()139 !shards_.AccessAtCore(0)->allocated_and_unused_.load( in AllocateImpl()151 Shard* s = shards_.AccessAtCore(cpu & (shards_.Size() - 1)); in AllocateImpl()