Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_sampling_thread.cc27 : thread_running_(false), waitable_event_for_testing_(false, false) {} in TraceSamplingThread()
33 thread_running_ = true; in ThreadMain()
75 DCHECK(!thread_running_); in RegisterSampleBucket()
Dtrace_sampling_thread.h46 bool thread_running_; variable