Searched defs:stopthreads (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/System/
H A DSecurityRace.java71 static volatile boolean stopthreads = false; field in class:SecurityRace
115 if (stopthreads) {
130 stopthreads = true;
138 if (stopthreads) {
150 stopthreads = true;

Completed in 37 milliseconds