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

/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc116 // Compares the |shutdown_task_count_| to the |thread_count| and returns true
136 int shutdown_task_count_; // Number of tasks told to shutdown member in class:base::__anon1783::WorkQueue
485 shutdown_task_count_(0),
565 all_shutdown = (shutdown_task_count_ == thread_count);
573 shutdown_task_count_++;
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc116 // Compares the |shutdown_task_count_| to the |thread_count| and returns true
136 int shutdown_task_count_; // Number of tasks told to shutdown member in class:base::__anon3921::WorkQueue
450 shutdown_task_count_(0),
530 all_shutdown = (shutdown_task_count_ == thread_count);
538 shutdown_task_count_++;

Completed in 952 milliseconds