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

  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 55 * waiting puts. Similarly for the takeLock. The "count" field
58 * for puts to get takeLock and vice-versa, cascading notifies are
70 * or by acquiring the takeLock, and then reading n = count.get();
123 private final ReentrantLock takeLock = new ReentrantLock();
126 private final Condition notEmpty = takeLock.newCondition();
136 * otherwise ordinarily lock takeLock.)
139 final ReentrantLock takeLock = this.takeLock;
140 takeLock.lock();
144 takeLock.unlock()
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 76 static bool performDownload(struct nfc_jni_native_data *nat, bool takeLock);
    [all...]

Completed in 512 milliseconds