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

  /external/v8/src/
platform-cygwin.cc 631 static const int kSamplerThreadStackSize = 64 * KB;
634 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
platform-macos.cc 750 static const int kSamplerThreadStackSize = 64 * KB;
753 : Thread(Thread::Options("SamplerThread", kSamplerThreadStackSize)),
platform-win32.cc     [all...]

Completed in 177 milliseconds