Searched refs:task_count_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dtask_unittest.cc413 : task_count_(ARRAY_SIZE(stuck_tasks_)) {}
419 for (int i = 0; i < task_count_; ++i) {
426 for (int i = task_count_ - 1; i >= 0; --i) {
452 while (task_count_ > 0) {
453 int previous_count = task_count_;
455 if (previous_count != task_count_) {
470 task_count_--;
479 int task_count_; member in class:rtc::TimeoutChangeTest
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc303 task_count_(kStartingTaskCount) {
307 if (task_count_ > 0) {
308 --task_count_;
310 if (task_count_ == 0 && event_count_ == 0) {
322 if (task_count_ == 0 && event_count_ == 0) {
331 int task_count() const { return task_count_; }
343 int task_count_; member in class:base::__anon2372::ConcurrentHelper
352 // If that is not the case, either event_count_ or task_count_ will not get
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc138 int task_count_; // Number of assignment tasks waiting to be processed. member in class:base::__anon2490::WorkQueue
503 task_count_(0),
544 DCHECK_LT(0, task_count_);
546 if (0 == --task_count_) {
559 return task_count_;
658 task_count_ = count;
685 if (task_count_ < task_count)

Completed in 133 milliseconds