Searched refs:SamplerThread (Results 1 – 1 of 1) sorted by relevance
569 class SamplerThread : public base::Thread { class573 explicit SamplerThread(int interval) in SamplerThread() function in v8::internal::SamplerThread586 instance_ = new SamplerThread(sampler->interval()); in AddActiveSampler()599 SamplerThread* instance_to_remove = NULL; in RemoveActiveSampler()642 static SamplerThread* instance_;647 DISALLOW_COPY_AND_ASSIGN(SamplerThread);651 base::Mutex* SamplerThread::mutex_ = NULL;652 SamplerThread* SamplerThread::instance_ = NULL;735 SamplerThread::SetUp(); in SetUp()740 SamplerThread::TearDown(); in TearDown()[all …]