Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java38 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics field in ForkJoinWorkerThread
DThreadPoolExecutor.java415 private final BlockingQueue<Runnable> workQueue; field in ThreadPoolExecutor
1165 BlockingQueue<Runnable> workQueue) { in ThreadPoolExecutor()
1199 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1234 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1271 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java156 BlockingQueue<Runnable> workQueue) { in CustomTPE()
164 BlockingQueue<Runnable> workQueue, in CustomTPE()
174 BlockingQueue<Runnable> workQueue, in CustomTPE()
183 BlockingQueue<Runnable> workQueue, in CustomTPE()