Searched refs:pending_flushes_ (Results 1 – 4 of 4) sorted by relevance
73 pending_flushes_[flush_request_id] = std::move(callback); in Flush()83 auto it = pending_flushes_.find(flush_request_id); in OnFtraceFlushComplete()84 if (it == pending_flushes_.end()) { in OnFtraceFlushComplete()94 pending_flushes_.erase(it); in OnFtraceFlushComplete()
92 std::map<FlushRequestID, std::function<void()>> pending_flushes_; variable
349 pending_flushes_.emplace(flush_request_id, ds_id); in Flush()377 auto range = pending_flushes_.equal_range(flush_request_id); in OnDataSourceFlushComplete()380 pending_flushes_.erase(it); in OnDataSourceFlushComplete()385 if (pending_flushes_.count(flush_request_id)) in OnDataSourceFlushComplete()393 if (pending_flushes_.count(flush_request_id) == 0) in OnFlushTimeout()396 pending_flushes_.erase(flush_request_id); in OnFlushTimeout()
123 pending_flushes_; variable