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

  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 58 * waiting puts. Similarly for the takeLock. The "count" field
61 * for puts to get takeLock and vice-versa, cascading notifies are
73 * or by acquiring the takeLock, and then reading n = count.get();
126 private final ReentrantLock takeLock = new ReentrantLock();
129 private final Condition notEmpty = takeLock.newCondition();
139 * otherwise ordinarily lock takeLock.)
142 final ReentrantLock takeLock = this.takeLock;
143 takeLock.lock();
147 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 183 milliseconds