OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_tpool
(Results
1 - 1
of
1
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java
31
private static ThreadController
m_tpool
= new ThreadController();
field in class:ThreadControllerWrapper
35
return
m_tpool
.run(runnable, priority);
41
m_tpool
.waitThread(worker, task);
Completed in 126 milliseconds