Home
last modified time | relevance | path

Searched refs:_executor (Results 1 – 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/thread/
DExecutorThreadPool.java44 private final ExecutorService _executor; field in ExecutorThreadPool
49 _executor = executor; in ExecutorThreadPool()
126 _executor.execute(job);
139 if (_executor instanceof ThreadPoolExecutor)
141 final ThreadPoolExecutor tpe = (ThreadPoolExecutor)_executor;
150 if (_executor instanceof ThreadPoolExecutor)
152 final ThreadPoolExecutor tpe = (ThreadPoolExecutor)_executor;
161 if (_executor instanceof ThreadPoolExecutor)
163 final ThreadPoolExecutor tpe = (ThreadPoolExecutor)_executor;
174 _executor.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS);
[all …]
/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java317 …private final ExecutorService _executor = Executors.newSingleThreadExecuto… field in JmDNSImpl
877 _executor.submit(new Runnable() { in handleServiceResolved()
1100 _executor.submit(new Runnable() { in registerServiceType()
1120 _executor.submit(new Runnable() { in registerServiceType()
1295 _executor.submit(new Runnable() { in updateRecord()
1310 _executor.submit(new Runnable() { in updateRecord()
1831 _executor.shutdown(); in close()