Home
last modified time | relevance | path

Searched refs:task_count_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc316 task_count_(kStartingTaskCount) {} in ConcurrentHelper()
319 if (task_count_ > 0) { in FromTask()
320 --task_count_; in FromTask()
322 if (task_count_ == 0 && event_count_ == 0) { in FromTask()
334 if (task_count_ == 0 && event_count_ == 0) { in FromEvent()
343 int task_count() const { return task_count_; } in task_count()
356 int task_count_; member in base::__anon48c769090211::ConcurrentHelper
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc143 int task_count_; // Number of assignment tasks waiting to be processed. member in base::__anon39cf34e60111::WorkQueue
514 task_count_(0), in WorkQueue()
555 DCHECK_LT(0, task_count_); in GetAnAssignment()
557 if (0 == --task_count_) { in GetAnAssignment()
570 return task_count_; in task_count()
669 task_count_ = count; in SetTaskCount()
696 if (task_count_ < task_count) in SpinUntilTaskCountLessThan()