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 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 82 static bool performDownload(struct nfc_jni_native_data *nat, bool takeLock);
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1144 milliseconds