Searched defs:thread_number (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc34 // |thread_number| is an identifier used when naming the worker thread.
37 int thread_number);
54 int thread_number() const { return thread_number_; } function in class:net::MultiThreadedProxyResolver::Executor
239 NetLog::IntegerCallback("thread_number", executor()->thread_number()));
288 int thread_number)
290 thread_number_(thread_number),
296 thread_number)));
520 int thread_number = executors_.size(); local
523 this, resolver, thread_number);
285 Executor( MultiThreadedProxyResolver* coordinator, ProxyResolver* resolver, int thread_number) argument
[all...]
/external/fio/
H A Dclient.h53 uint32_t thread_number; member in struct:fio_client
H A Dserver.h132 uint32_t thread_number; member in struct:cmd_add_job_pdu
146 uint32_t thread_number; member in struct:cmd_iolog_pdu
H A Dstat.h124 uint32_t thread_number; member in struct:thread_stat
H A Dbackend.c70 unsigned int thread_number = 0; variable
1330 ret = fio_cpus_split(&o->cpumask, td->thread_number - 1);
1749 todo = thread_number;
1755 print_status_init(td->thread_number - 1);
2024 if (!thread_number)
H A Dfio.h103 unsigned int thread_number; member in struct:thread_data
374 extern unsigned int thread_number;
519 for ((i) = 0, (td) = &threads[0]; (i) < (int) thread_number; (i)++, (td)++)
/external/openssl/crypto/threads/
H A Dmttest.c143 int thread_number=10; variable
245 thread_number= atoi(*(++argv));
246 if (thread_number == 0) thread_number=1;
247 if (thread_number > MAX_THREAD_NUMBER)
248 thread_number=MAX_THREAD_NUMBER;
775 for (i=0; i<thread_number; i++)
786 for (i=0; i<thread_number; i+=50)
790 j=(thread_number < (i+50))?(thread_number
[all...]
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc236 int thread_number,
385 void FinishStartingAdditionalThread(int thread_number);
483 int thread_number,
485 : SimpleThread(prefix + StringPrintf("Worker%d", thread_number)),
1102 int thread_number) {
1104 DCHECK(thread_number > 0);
1108 new Worker(worker_pool_, thread_number, thread_name_prefix_);
481 Worker( const scoped_refptr<SequencedWorkerPool>& worker_pool, int thread_number, const std::string& prefix) argument
1101 FinishStartingAdditionalThread( int thread_number) argument
/external/chromium_org/base/
H A Dtracked_objects.cc282 ThreadData::ThreadData(int thread_number) argument
285 worker_thread_number_(thread_number),
288 CHECK_GT(thread_number, 0);
289 base::StringAppendF(&thread_name_, "WorkerThread-%d", thread_number);
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc1529 StressTransactionsDelegate(Directory* dir, int thread_number) argument
1530 : dir_(dir), thread_number_(thread_number) {}

Completed in 714 milliseconds