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

  /external/chromium_org/v8/src/
sampler.cc 414 class SamplerThread : public Thread {
418 explicit SamplerThread(int interval)
419 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
431 instance_ = new SamplerThread(sampler->interval());
447 SamplerThread* instance_to_remove = NULL;
597 static SamplerThread* instance_;
602 DISALLOW_COPY_AND_ASSIGN(SamplerThread);
606 Mutex* SamplerThread::mutex_ = NULL;
607 SamplerThread* SamplerThread::instance_ = NULL
    [all...]
  /external/v8/src/
platform-cygwin.cc 629 class SamplerThread : public Thread {
633 explicit SamplerThread(int interval)
634 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
641 instance_ = new SamplerThread(sampler->interval());
688 SamplerThread* sampler_thread =
689 reinterpret_cast<SamplerThread*>(raw_sampler_thread);
736 static SamplerThread* instance_;
739 DISALLOW_COPY_AND_ASSIGN(SamplerThread);
743 LazyMutex SamplerThread::mutex_ = LAZY_MUTEX_INITIALIZER;
744 SamplerThread* SamplerThread::instance_ = NULL
    [all...]
platform-macos.cc 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
    [all...]
platform-win32.cc     [all...]

Completed in 58 milliseconds