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

  /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
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 131 const int thread_count_; member in class:base::__anon7081::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.cc 347 thread_count_(thread_count),
510 std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", thread_count_ - 1));
    [all...]
compiler_driver.h 393 return thread_count_;
738 size_t thread_count_; member in class:art::CompilerDriver
    [all...]
  /art/dex2oat/
dex2oat.cc 269 << " (threads: " << thread_count_ << ")"; local
387 thread_count_,
490 thread_count_(thread_count),
556 size_t thread_count_; member in class:art::Dex2Oat
    [all...]

Completed in 147 milliseconds