Searched defs:workQueue (Results 1 – 3 of 3) sorted by relevance
38 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics field in ForkJoinWorkerThread
415 private final BlockingQueue<Runnable> workQueue; field in ThreadPoolExecutor1165 BlockingQueue<Runnable> workQueue) { in ThreadPoolExecutor()1199 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()1234 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()1271 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
156 BlockingQueue<Runnable> workQueue) { in CustomTPE()164 BlockingQueue<Runnable> workQueue, in CustomTPE()174 BlockingQueue<Runnable> workQueue, in CustomTPE()183 BlockingQueue<Runnable> workQueue, in CustomTPE()