Searched refs:thread_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc131 const int thread_count_; member in class:base::__anon2490::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_;
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable-unittest.cc229 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::__anon17248::FINAL

Completed in 31 milliseconds