Searched defs:thread_count_ (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/synchronization/
H A Dcondition_variable_unittest.cc136 const int thread_count_; member in class:base::__anon10025::WorkQueue
501 thread_count_(thread_count),
511 EXPECT_GE(thread_count_, 1);
516 for (int i = 0; i < thread_count_; ++i) {
530 for (int i = 0; i < thread_count_; ++i) {
544 return thread_count_ == thread_started_counter_;
615 for (int i = 0; i < thread_count_; ++i) {
623 for (int i = 0; i < thread_count_; ++i)
630 for (int i = 0; i < thread_count_; ++i)
637 for (int i = 0; i < thread_count_;
[all...]
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h322 return valid_ ? thread_count_ : 0;
356 uint32_t thread_count_; member in class:google_breakpad::MinidumpThreadList
/external/google-breakpad/src/processor/
H A Dminidump.cc1543 thread_count_(0) {
1557 thread_count_ = 0;
1643 thread_count_ = thread_count;
1657 if (index >= thread_count_) {
1659 index << "/" << thread_count_; local
1681 printf(" thread_count = %d\n", thread_count_);
1685 thread_index < thread_count_;

Completed in 467 milliseconds