Home
last modified time | relevance | path

Searched defs:workQueue (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java463 private final BlockingQueue<Runnable> workQueue; field in ThreadPoolExecutor
1214 BlockingQueue<Runnable> workQueue) { in ThreadPoolExecutor()
1248 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1283 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1320 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
DForkJoinWorkerThread.java74 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics field in ForkJoinWorkerThread
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java164 BlockingQueue<Runnable> workQueue) { in CustomTPE()
172 BlockingQueue<Runnable> workQueue, in CustomTPE()
182 BlockingQueue<Runnable> workQueue, in CustomTPE()
191 BlockingQueue<Runnable> workQueue, in CustomTPE()