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

  /external/chromium_org/v8/src/base/platform/
condition-variable-unittest.cc 229 thread_count_(thread_count),
241 while (count % thread_count_ != rem_ && count < limit_) {
248 EXPECT_EQ(last_count + (thread_count_ - 1), count);
261 const int thread_count_; member in class:v8::base::__anon21866::FINAL
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 131 const int thread_count_; member in class:base::__anon7115::WorkQueue
496 thread_count_(thread_count),
506 EXPECT_GE(thread_count_, 1);
511 for (int i = 0; i < thread_count_; ++i) {
525 for (int i = 0; i < thread_count_; ++i) {
539 return thread_count_ == thread_started_counter_;
610 for (int i = 0; i < thread_count_; ++i) {
618 for (int i = 0; i < thread_count_; ++i)
625 for (int i = 0; i < thread_count_; ++i)
632 for (int i = 0; i < thread_count_; ++i
    [all...]
  /art/compiler/driver/
compiler_driver.h 414 return thread_count_;
810 size_t thread_count_; member in class:art::CompilerDriver
    [all...]
  /art/dex2oat/
dex2oat.cc 277 << " (threads: " << thread_count_ << ") "
399 thread_count_,
522 thread_count_(thread_count),
588 size_t thread_count_; member in class:art::Dex2Oat
    [all...]

Completed in 75 milliseconds