Searched refs:flush_in_progress (Results 1 – 1 of 1) sorted by relevance
603 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush() local604 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() local617 if (--flush_in_progress == 0) { in FinishDataSourceFlush()