Home | History | Annotate | Download | only in proxy

Lines Matching refs:thread_number

46   // |thread_number| is an identifier used when naming the worker thread.
49 int thread_number);
68 int thread_number() const { return thread_number_; }
252 "thread_number", executor()->thread_number())));
298 int thread_number)
300 thread_number_(thread_number),
308 base::StringPrintf("PAC thread #%d", thread_number);
550 int thread_number = executors_.size();
553 this, resolver, thread_number);