OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JoinAll
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/threading/
simple_thread_unittest.cc
152
pool.
JoinAll
();
160
// Changing 9 to 10, for example, would cause us
JoinAll
() to never return.
166
pool.
JoinAll
();
thread_local_unittest.cc
140
tp1.
JoinAll
();
141
tp2.
JoinAll
();
simple_thread.h
144
//
JoinAll
() will make sure that all outstanding work is processed, and wait
146
// again after you've called
JoinAll
().
161
void
JoinAll
();
simple_thread.cc
101
void DelegateSimpleThreadPool::
JoinAll
() {
102
DCHECK(!threads_.empty()) << "
JoinAll
() called with no outstanding threads.";
/external/chromium/base/
lazy_instance_unittest.cc
95
pool.
JoinAll
();
Completed in 68 milliseconds