Searched refs:dump_thread_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
H A Dmemory_dump_manager.cc405 // |dump_thread_| can be nullptr is tracing was disabled before reaching
410 dump_thread_ ? dump_thread_->task_runner() : nullptr));
446 // |dump_thread_| might be destroyed before getting this point.
480 // |dump_thread_| which is already checked above for presence.
700 DCHECK(!dump_thread_);
701 dump_thread_ = std::move(dump_thread);
727 dump_thread = std::move(dump_thread_);
H A Dmemory_dump_manager.h197 // will be invoked on |dump_thread_|.
266 // This is essentially |dump_thread_|.task_runner() but needs to be kept
368 std::unique_ptr<Thread> dump_thread_; member in class:base::trace_event::MemoryDumpManager

Completed in 111 milliseconds