Searched refs:_executor (Results 1 – 2 of 2) sorted by relevance
44 private final ExecutorService _executor; field in ExecutorThreadPool49 _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 …]
317 …private final ExecutorService _executor = Executors.newSingleThreadExecuto… field in JmDNSImpl877 _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()