Searched defs:threadPool (Results 1 – 4 of 4) sorted by relevance
77 ScheduledExecutorService threadPool, in create()
154 threadPool *threadPool member603 type threadPool struct { struct604 receivedRequests sync.WaitGroup605 activeRequests semaphore
118 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local
252 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local