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

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DLinkedQueue.java81 protected int count_; field in class:LinkedQueue
105 count_ = 0;
114 count_++;
115 if (count_ > 1000 && (count_ % 1000 == 0))
116 System.out.println("In Queue : " + count_);
130 count_ --;

Completed in 36 milliseconds