Searched refs:thread_number (Results 1 – 3 of 3) sorted by relevance
143 int thread_number=10; variable245 thread_number= atoi(*(++argv)); in main()246 if (thread_number == 0) thread_number=1; in main()247 if (thread_number > MAX_THREAD_NUMBER) in main()248 thread_number=MAX_THREAD_NUMBER; in main()775 for (i=0; i<thread_number; i++) in do_threads()786 for (i=0; i<thread_number; i+=50) in do_threads()790 j=(thread_number < (i+50))?(thread_number-i):50; in do_threads()900 thr_setconcurrency(thread_number); in do_threads()901 for (i=0; i<thread_number; i++) in do_threads()[all …]
49 int thread_number);68 int thread_number() const { return thread_number_; } in thread_number() function in net::MultiThreadedProxyResolver::Executor252 "thread_number", executor()->thread_number()))); in FinishedWaitingForThread()298 int thread_number) in Executor() argument300 thread_number_(thread_number), in Executor()308 base::StringPrintf("PAC thread #%d", thread_number); in Executor()550 int thread_number = executors_.size(); in AddNewExecutor() local553 this, resolver, thread_number); in AddNewExecutor()
1612 int thread_number) in StressTransactionsDelegate() argument1615 thread_number_(thread_number) {} in StressTransactionsDelegate()