Searched refs:thread_running_ (Results 1 – 2 of 2) sorted by relevance
27 : thread_running_(false), waitable_event_for_testing_(false, false) {} in TraceSamplingThread()33 thread_running_ = true; in ThreadMain()75 DCHECK(!thread_running_); in RegisterSampleBucket()
46 bool thread_running_; variable