Searched defs:putLock (Results 1 – 2 of 2) sorted by relevance
163 private final ReentrantLock putLock = new ReentrantLock(); field in LinkedBlockingQueue187 final ReentrantLock putLock = this.putLock; in signalNotFull() local273 final ReentrantLock putLock = this.putLock; in LinkedBlockingQueue() local330 final ReentrantLock putLock = this.putLock; in put() local371 final ReentrantLock putLock = this.putLock; in offer() local410 final ReentrantLock putLock = this.putLock; in offer() local
204 private final java.util.concurrent.locks.ReentrantLock putLock; field in LinkedBlockingQueue