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

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DLinkedQueue.java86 protected final Object lastMonitor_ = new Object(); field in class:LinkedQueue
110 synchronized(lastMonitor_) {
118 lastMonitor_.notify();
156 synchronized(lastMonitor_) {
166 lastMonitor_.wait();
172 lastMonitor_.notify();
198 synchronized(lastMonitor_) {
210 lastMonitor_.wait(waitTime);
217 lastMonitor_.notify();

Completed in 654 milliseconds