Searched refs:threadNum (Results 1 – 6 of 6) sorted by relevance
45 int threadNum = 0; field in FifoPriorityThreadPoolExecutor.DefaultThreadFactory48 final Thread result = new Thread(runnable, "fifo-pool-thread-" + threadNum) { in newThread()55 threadNum++; in newThread()
318 int threadNum; field in Http2Client.Tester.MaxStreamsWorker321 MaxStreamsWorker(int threadNum, SimpleRequest request) { in MaxStreamsWorker() argument322 this.threadNum = threadNum; in MaxStreamsWorker()328 Thread.currentThread().setName("thread:" + threadNum); in run()
291 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {}; in ThreadPoolThread() argument
62 void threadFunc11669(int32_t threadNum);
203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread() argument204 logln("thread %d starting", threadNum); in TestLimitsThread()
1542 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument1543 (void)threadNum; in threadFunc11669()