OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:watcherThread
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java
88
Thread
watcherThread
= null;
110
if (
watcherThread
== null) {
111
watcherThread
= new Thread(watcher);
112
watcherThread
.setDaemon(true);
113
watcherThread
.start();
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar
Completed in 2487 milliseconds