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

/external/fio/
H A Dclient.h60 uint32_t thread_number; member in struct:fio_client
H A Dbackend.c73 unsigned int thread_number = 0; variable
1540 ret = fio_cpus_split(&o->cpumask, td->thread_number - 1);
1803 verify_save_state(td->thread_number);
2042 td->thread_number - 1, &data);
2155 todo = thread_number;
2161 print_status_init(td->thread_number - 1);
2393 if (!thread_number)
H A Dserver.h173 uint32_t thread_number; member in struct:cmd_add_job_pdu
193 uint32_t thread_number; member in struct:cmd_iolog_pdu
H A Dstat.h147 uint32_t thread_number; member in struct:thread_stat
331 #define THREAD_RUNSTR_SZ __THREAD_RUNSTR_SZ(thread_number)
H A Dfio.h149 unsigned int thread_number; member in struct:thread_data
471 extern unsigned int thread_number;
666 for ((i) = 0, (td) = &threads[0]; (i) < (int) thread_number; (i)++, (td)++)
/external/libchrome/base/threading/
H A Dsequenced_worker_pool.cc233 int thread_number,
409 void FinishStartingAdditionalThread(int thread_number);
507 int thread_number,
509 : SimpleThread(prefix + StringPrintf("Worker%d", thread_number)),
1176 int thread_number) {
1178 DCHECK_GT(thread_number, 0);
1182 new Worker(worker_pool_, thread_number, thread_name_prefix_);
505 Worker( scoped_refptr<SequencedWorkerPool> worker_pool, int thread_number, const std::string& prefix) argument
1175 FinishStartingAdditionalThread( int thread_number) argument
/external/libchrome/base/
H A Dtracked_objects.cc320 ThreadData::ThreadData(int thread_number) argument
323 worker_thread_number_(thread_number),
326 CHECK_GT(thread_number, 0);
327 base::StringAppendF(&thread_name_, "WorkerThread-%d", thread_number);

Completed in 292 milliseconds