Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java48 java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue) { in ThreadPoolExecutor()
57 java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, in ThreadPoolExecutor()
67 java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, in ThreadPoolExecutor()
77 java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, in ThreadPoolExecutor()
387 private final java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue; field in ThreadPoolExecutor
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java466 private final BlockingQueue<Runnable> workQueue; field in ThreadPoolExecutor
1219 BlockingQueue<Runnable> workQueue) { in ThreadPoolExecutor()
1253 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1288 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1325 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
DForkJoinWorkerThread.java74 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics field in ForkJoinWorkerThread
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorSubclassTest.java186 BlockingQueue<Runnable> workQueue) { in CustomTPE()
194 BlockingQueue<Runnable> workQueue, in CustomTPE()
204 BlockingQueue<Runnable> workQueue, in CustomTPE()
213 BlockingQueue<Runnable> workQueue, in CustomTPE()
/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()