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

/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:__anon1149::ConcurrentHelper
343 // 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::__anon1206::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)

Completed in 332 milliseconds