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.cc769 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush()
796 flushes_in_progress_.erase(flush_id); in Flush()
801 auto it = flushes_in_progress_.find(flush_id); in FinishDataSourceFlush()
802 if (it == flushes_in_progress_.end()) { in FinishDataSourceFlush()
810 flushes_in_progress_.erase(flush_id); in FinishDataSourceFlush()
Dheapprofd_producer.h319 std::map<FlushRequestID, size_t> flushes_in_progress_; variable