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.cc767 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush()
794 flushes_in_progress_.erase(flush_id); in Flush()
799 auto it = flushes_in_progress_.find(flush_id); in FinishDataSourceFlush()
800 if (it == flushes_in_progress_.end()) { in FinishDataSourceFlush()
808 flushes_in_progress_.erase(flush_id); in FinishDataSourceFlush()
Dheapprofd_producer.h319 std::map<FlushRequestID, size_t> flushes_in_progress_; variable