OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_executor
(Results
1 - 3
of
3
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/util/thread/
ExecutorThreadPool.java
44
private final ExecutorService
_executor
;
field in class:ExecutorThreadPool
49
_executor
= executor;
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/
JmDNSImpl.java
317
private final ExecutorService
_executor
= Executors.newSingleThreadExecutor();
field in class:JmDNSImpl
877
_executor
.submit(new Runnable() {
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
Completed in 2503 milliseconds