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

/external/chromium/base/threading/
H A Dsimple_thread_unittest.cc152 pool.JoinAll();
160 // Changing 9 to 10, for example, would cause us JoinAll() to never return.
166 pool.JoinAll();
H A Dthread_local_unittest.cc140 tp1.JoinAll();
141 tp2.JoinAll();
H A Dsimple_thread.cc101 void DelegateSimpleThreadPool::JoinAll() { function in class:base::DelegateSimpleThreadPool
102 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
H A Dsimple_thread.h144 // JoinAll() will make sure that all outstanding work is processed, and wait
146 // again after you've called JoinAll().
161 void JoinAll();
/external/chromium/base/
H A Dlazy_instance_unittest.cc95 pool.JoinAll();

Completed in 66 milliseconds