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

  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 56 * waiting puts. Similarly for the takeLock. The "count" field
59 * for puts to get takeLock and vice-versa, cascading notifies are
71 * or by acquiring the takeLock, and then reading n = count.get();
124 private final ReentrantLock takeLock = new ReentrantLock();
127 private final Condition notEmpty = takeLock.newCondition();
137 * otherwise ordinarily lock takeLock.)
140 final ReentrantLock takeLock = this.takeLock;
141 takeLock.lock();
145 takeLock.unlock()
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 82 static bool performDownload(struct nfc_jni_native_data *nat, bool takeLock);
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1595 milliseconds