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

  /external/chromium/base/synchronization/
condition_variable_unittest.cc 130 const int thread_count_; member in class:base::__anon4192::WorkQueue
479 thread_count_(thread_count),
489 EXPECT_GE(thread_count_, 1);
494 for (int i = 0; i < thread_count_; ++i) {
508 for (int i = 0; i < thread_count_; ++i) {
522 return thread_count_ == thread_started_counter_;
593 for (int i = 0; i < thread_count_; ++i) {
601 for (int i = 0; i < thread_count_; ++i)
608 for (int i = 0; i < thread_count_; ++i)
615 for (int i = 0; i < thread_count_; ++i
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 132 const int thread_count_; member in class:base::__anon6383::WorkQueue
497 thread_count_(thread_count),
507 EXPECT_GE(thread_count_, 1);
512 for (int i = 0; i < thread_count_; ++i) {
526 for (int i = 0; i < thread_count_; ++i) {
540 return thread_count_ == thread_started_counter_;
611 for (int i = 0; i < thread_count_; ++i) {
619 for (int i = 0; i < thread_count_; ++i)
626 for (int i = 0; i < thread_count_; ++i)
633 for (int i = 0; i < thread_count_; ++i
    [all...]
  /external/chromium_org/v8/test/cctest/
test-condition-variable.cc 239 limit_(limit), thread_count_(thread_count), cv_(cv), mutex_(mutex) {
249 while (count % thread_count_ != rem_ && count < limit_) {
256 CHECK_EQ(last_count + (thread_count_ - 1), count);
269 const int thread_count_; member in class:V8_FINAL
  /art/compiler/driver/
compiler_driver.h 246 return thread_count_;
405 size_t thread_count_; member in class:art::CompilerDriver
compiler_driver.cc 348 thread_count_(thread_count),
492 UniquePtr<ThreadPool> thread_pool(new ThreadPool(thread_count_ - 1));
    [all...]
  /art/dex2oat/
dex2oat.cc 171 << " (threads: " << thread_count_ << ")"; local
259 thread_count_,
334 thread_count_(thread_count),
396 size_t thread_count_; member in class:art::Dex2Oat
    [all...]

Completed in 197 milliseconds