Searched refs:gate (Results 1 - 1 of 1) sorted by relevance

/art/test/114-ParallelGC/src/
H A DMain.java34 private final static Object gate = new Object(); field in class:Main
116 synchronized (gate) {
119 gate.wait(TIMEOUT_VALUE * 1000 * 60);
124 synchronized (gate) {
127 gate.notifyAll();

Completed in 1215 milliseconds