Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampler.h85 !base::NoBarrier_Load(&has_processing_thread_); in IsProfiling()
97 base::NoBarrier_Store(&has_processing_thread_, value); in SetHasProcessingThread()
123 base::Atomic32 has_processing_thread_; variable
Dsampler.cc751 has_processing_thread_(false), in Sampler()