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

  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 303 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::__anon6964::ConcurrentHelper
352 // If that is not the case, either event_count_ or task_count_ will not get
  /external/chromium_org/third_party/libjingle/source/talk/base/
task_unittest.cc 429 : task_count_(ARRAY_SIZE(stuck_tasks_)) {}
435 for (int i = 0; i < task_count_; ++i) {
442 for (int i = task_count_ - 1; i >= 0; --i) {
468 while (task_count_ > 0) {
469 int previous_count = task_count_;
471 if (previous_count != task_count_) {
486 task_count_--;
495 int task_count_; member in class:talk_base::TimeoutChangeTest
  /external/chromium_org/third_party/webrtc/base/
task_unittest.cc 412 : task_count_(ARRAY_SIZE(stuck_tasks_)) {}
418 for (int i = 0; i < task_count_; ++i) {
425 for (int i = task_count_ - 1; i >= 0; --i) {
451 while (task_count_ > 0) {
452 int previous_count = task_count_;
454 if (previous_count != task_count_) {
469 task_count_--;
478 int task_count_; member in class:rtc::TimeoutChangeTest
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 138 int task_count_; // Number of assignment tasks waiting to be processed. member in class:base::__anon7081::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 5362 milliseconds