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

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtask_unittest.cc429 : 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/base/
H A Dmessage_pump_glib_unittest.cc294 task_count_(kStartingTaskCount) {
298 if (task_count_ > 0) {
299 --task_count_;
301 if (task_count_ == 0 && event_count_ == 0) {
313 if (task_count_ == 0 && event_count_ == 0) {
322 int task_count() const { return task_count_; }
334 int task_count_; member in class:__anon1729::ConcurrentHelper
343 // If that is not the case, either event_count_ or task_count_ will not get
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc307 task_count_(kStartingTaskCount) {
311 if (task_count_ > 0) {
312 --task_count_;
314 if (task_count_ == 0 && event_count_ == 0) {
326 if (task_count_ == 0 && event_count_ == 0) {
335 int task_count() const { return task_count_; }
347 int task_count_; member in class:base::__anon3861::ConcurrentHelper
356 // If that is not the case, either event_count_ or task_count_ will not get
/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc137 int task_count_; // Number of assignment tasks waiting to be processed. member in class:base::__anon1786::WorkQueue
486 task_count_(0),
527 DCHECK_LT(0, task_count_);
529 if (0 == --task_count_) {
542 return task_count_;
645 task_count_ = count;
672 if (task_count_ < task_count)
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc139 int task_count_; // Number of assignment tasks waiting to be processed. member in class:base::__anon3977::WorkQueue
504 task_count_(0),
545 DCHECK_LT(0, task_count_);
547 if (0 == --task_count_) {
560 return task_count_;
663 task_count_ = count;
690 if (task_count_ < task_count)

Completed in 135 milliseconds