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

  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 134 const int thread_count_; member in class:base::__anon14389::WorkQueue
499 thread_count_(thread_count),
509 EXPECT_GE(thread_count_, 1);
514 for (int i = 0; i < thread_count_; ++i) {
528 for (int i = 0; i < thread_count_; ++i) {
542 return thread_count_ == thread_started_counter_;
613 for (int i = 0; i < thread_count_; ++i) {
621 for (int i = 0; i < thread_count_; ++i)
628 for (int i = 0; i < thread_count_; ++i)
635 for (int i = 0; i < thread_count_; ++i
    [all...]
  /external/v8/test/unittests/base/platform/
condition-variable-unittest.cc 227 thread_count_(thread_count),
239 while (count % thread_count_ != rem_ && count < limit_) {
246 EXPECT_EQ(last_count + (thread_count_ - 1), count);
259 const int thread_count_; member in class:v8::base::__anon23988::final
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 322 return valid_ ? thread_count_ : 0;
356 uint32_t thread_count_; member in class:google_breakpad::MinidumpThreadList
    [all...]
  /art/dex2oat/
dex2oat.cc 507 thread_count_(sysconf(_SC_NPROCESSORS_CONF)),
593 ParseUintOption(option, "-j", &thread_count_, Usage, /* is_long_option */ false);
2444 size_t thread_count_; member in class:art::FINAL
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 1659 index << "\/" << thread_count_; local
    [all...]

Completed in 228 milliseconds