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.cc603 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush() local
604 PERFETTO_DCHECK(flush_in_progress == 0); in Flush()
605 flush_in_progress = num_ids; in Flush()
616 size_t& flush_in_progress = it->second; in FinishDataSourceFlush() local
617 if (--flush_in_progress == 0) { in FinishDataSourceFlush()