Searched refs:gate (Results 1 – 2 of 2) sorted by relevance
34 private final static Object gate = new Object(); field in Main125 synchronized (gate) { in work()128 gate.wait(TIMEOUT_VALUE * 1000 * 60); in work()133 synchronized (gate) { in work()136 gate.notifyAll(); in work()
4121 Ljava/nio/charset/Charset;->gate:Ljava/lang/ThreadLocal;