Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java418 private final BlockingQueue<Runnable> workQueue; field in ThreadPoolExecutor
1140 BlockingQueue<Runnable> workQueue) { in ThreadPoolExecutor()
1174 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1209 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
1246 BlockingQueue<Runnable> workQueue, in ThreadPoolExecutor()
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DThreadPoolExecutorSubclassTest.java132 BlockingQueue<Runnable> workQueue) { in CustomTPE()
140 BlockingQueue<Runnable> workQueue, in CustomTPE()
150 BlockingQueue<Runnable> workQueue, in CustomTPE()
159 BlockingQueue<Runnable> workQueue, in CustomTPE()