Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc699 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush()
726 flushes_in_progress_.erase(flush_id); in Flush()
731 auto it = flushes_in_progress_.find(flush_id); in FinishDataSourceFlush()
732 if (it == flushes_in_progress_.end()) { in FinishDataSourceFlush()
740 flushes_in_progress_.erase(flush_id); in FinishDataSourceFlush()
Dheapprofd_producer.h285 std::map<FlushRequestID, size_t> flushes_in_progress_; variable