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.java460 private final BlockingQueue<Runnable> workQueue; field in ThreadPoolExecutor
1208 BlockingQueue<Runnable> workQueue) { in ThreadPoolExecutor()
1243 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1279 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1316 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
DForkJoinWorkerThread.java69 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics field in ForkJoinWorkerThread
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorSubclassTest.java199 BlockingQueue<Runnable> workQueue) { in CustomTPE()
207 BlockingQueue<Runnable> workQueue, in CustomTPE()
217 BlockingQueue<Runnable> workQueue, in CustomTPE()
226 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()