HomeSort by relevance Sort by last modified time
    Searched refs:SamplerThread (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
platform-cygwin.cc 631 class SamplerThread : public Thread {
633 explicit SamplerThread(int interval)
634 : Thread(NULL, "SamplerThread"),
641 instance_ = new SamplerThread(sampler->interval());
689 SamplerThread* sampler_thread =
690 reinterpret_cast<SamplerThread*>(raw_sampler_thread);
737 static SamplerThread* instance_;
739 DISALLOW_COPY_AND_ASSIGN(SamplerThread);
743 Mutex* SamplerThread::mutex_ = OS::CreateMutex();
744 SamplerThread* SamplerThread::instance_ = NULL
    [all...]
platform-macos.cc 670 class SamplerThread : public Thread {
672 explicit SamplerThread(int interval)
673 : Thread(NULL, "SamplerThread"),
680 instance_ = new SamplerThread(sampler->interval());
728 SamplerThread* sampler_thread =
729 reinterpret_cast<SamplerThread*>(raw_sampler_thread);
787 static SamplerThread* instance_;
789 DISALLOW_COPY_AND_ASSIGN(SamplerThread);
795 Mutex* SamplerThread::mutex_ = OS::CreateMutex();
796 SamplerThread* SamplerThread::instance_ = NULL
    [all...]
platform-win32.cc     [all...]

Completed in 42 milliseconds