Home
last modified time | relevance | path

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

/external/chromium/base/
Dmessage_pump_glib_unittest.cc302 task_count_(kStartingTaskCount) { in ConcurrentHelper()
306 if (task_count_ > 0) { in FromTask()
307 --task_count_; in FromTask()
309 if (task_count_ == 0 && event_count_ == 0) { in FromTask()
321 if (task_count_ == 0 && event_count_ == 0) { in FromEvent()
330 int task_count() const { return task_count_; } in task_count()
342 int task_count_; member in __anon5f76368e0211::ConcurrentHelper
Dcondition_variable_unittest.cc132 int task_count_; // Number of assignment tasks waiting to be processed. member in __anonca0a39970111::WorkQueue
503 task_count_(0), in WorkQueue()
543 DCHECK_LT(0, task_count_); in GetAnAssignment()
545 if (0 == --task_count_) { in GetAnAssignment()
558 return task_count_; in task_count()
661 task_count_ = count; in SetTaskCount()