Home | History | Annotate | Download | only in src

Lines Matching refs:SamplerThread

748 class SamplerThread : public Thread {
752 explicit SamplerThread(int interval)
753 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
760 instance_ = new SamplerThread(sampler->interval());
807 SamplerThread* sampler_thread =
808 reinterpret_cast<SamplerThread*>(raw_sampler_thread);
866 static SamplerThread* instance_;
869 DISALLOW_COPY_AND_ASSIGN(SamplerThread);
875 LazyMutex SamplerThread::mutex_ = LAZY_MUTEX_INITIALIZER;
876 SamplerThread* SamplerThread::instance_ = NULL;
898 SamplerThread::AddActiveSampler(this);
904 SamplerThread::RemoveActiveSampler(this);