Home
last modified time | relevance | path

Searched refs:flush_in_progress (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc767 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush() local
768 PERFETTO_DCHECK(flush_in_progress == 0); in Flush()
769 flush_in_progress = num_ids; in Flush()
775 flush_in_progress--; in Flush()
792 if (flush_in_progress == 0) { in Flush()
805 size_t& flush_in_progress = it->second; in FinishDataSourceFlush() local
806 if (--flush_in_progress == 0) { in FinishDataSourceFlush()