Searched defs:putLock (Results 1 – 2 of 2) sorted by relevance
161 private final ReentrantLock putLock = new ReentrantLock(); field in LinkedBlockingQueue184 final ReentrantLock putLock = this.putLock; in signalNotFull() local278 final ReentrantLock putLock = this.putLock; in LinkedBlockingQueue() local337 final ReentrantLock putLock = this.putLock; in put() local378 final ReentrantLock putLock = this.putLock; in offer() local417 final ReentrantLock putLock = this.putLock; in offer() local
204 private final java.util.concurrent.locks.ReentrantLock putLock; field in LinkedBlockingQueue