HomeSort by relevance Sort by last modified time
    Searched defs:takeLock (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 87 * waiting puts. Similarly for the takeLock. The "count" field
90 * for puts to get takeLock and vice-versa, cascading notifies are
102 * or by acquiring the takeLock, and then reading n = count.get();
155 private final ReentrantLock takeLock = new ReentrantLock();
158 private final Condition notEmpty = takeLock.newCondition();
168 * otherwise ordinarily lock takeLock.)
171 final ReentrantLock takeLock = this.takeLock;
172 takeLock.lock();
176 takeLock.unlock()
    [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 124 milliseconds