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

  /external/chromium_org/ppapi/utility/threading/
simple_thread.cc 17 const size_t kDefaultStackSize = 2 * 1024 * 1024;
19 const size_t kDefaultStackSize = 0;
52 stacksize_(kDefaultStackSize),
  /art/runtime/
thread_pool.h 40 static const size_t kDefaultStackSize = 1 * MB;
thread_pool.cc 89 threads_.push_back(new ThreadPoolWorker(this, name, ThreadPoolWorker::kDefaultStackSize));
279 threads_.push_back(new WorkStealingWorker(this, name, ThreadPoolWorker::kDefaultStackSize));
  /dalvik/vm/
Thread.h 79 #define kDefaultStackSize (16*1024) /* four 4K pages */
Init.cpp     [all...]

Completed in 121 milliseconds