Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_log.h191 void Flush(const OutputCallback& cb, bool use_worker_thread = false);
418 bool use_worker_thread,
Dtrace_log.cc864 bool use_worker_thread) { in Flush() argument
865 FlushInternal(cb, use_worker_thread, false); in Flush()
874 bool use_worker_thread, in FlushInternal() argument
876 use_worker_thread_ = use_worker_thread; in FlushInternal()