OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executors_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc
430
if (
executors_
.size() < max_num_threads_) {
462
DCHECK_EQ(1u,
executors_
.size());
464
executors_
[0]->outstanding_job()->type());
475
for (ExecutorList::iterator it =
executors_
.begin();
476
it !=
executors_
.end(); ++it) {
509
for (ExecutorList::const_iterator it =
executors_
.begin();
510
it !=
executors_
.end(); ++it) {
525
for (ExecutorList::iterator it =
executors_
.begin();
526
it !=
executors_
.end(); ++it) {
530
executors_
.clear()
[
all
...]
multi_threaded_proxy_resolver.h
126
// Creates a new worker thread, and appends it to |
executors_
|.
135
ExecutorList
executors_
;
member in class:net::MultiThreadedProxyResolver
Completed in 35 milliseconds