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

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DLinkedQueue.java84 * last_ and waitingForTake_ ONLY used with synch on appendMonitor_
89 * The last node of list. Put() appends to list, so modifies last_
91 protected LinkedNode last_; field in class:LinkedQueue
104 last_ = head_;
112 last_.next = p;
113 last_ = p;

Completed in 22 milliseconds