Home | History | Annotate | Download | only in collect

Lines Matching refs:submit

87       threadPool.submit(new Producer(q, 20));
88 threadPool.submit(new Producer(q, 20));
89 threadPool.submit(new Producer(q, 20));
90 threadPool.submit(new Producer(q, 20));
91 threadPool.submit(new Producer(q, 20));
112 Future<?> submitter = threadPool.submit(new Producer(q, 1));
160 threadPool.submit(new Producer(q, 1));
179 threadPool.submit(new Interrupter(Thread.currentThread()));
195 threadPool.submit(new Runnable() {
240 threadPool.submit(new Interrupter(Thread.currentThread()));
256 threadPool.submit(new Interrupter(Thread.currentThread()));