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

  /system/core/libutils/include/utils/
RWLock.h 55 status_t tryReadLock();
107 inline status_t RWLock::tryReadLock() {
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 578 final boolean tryReadLock() {
801 return sync.tryReadLock();
    [all...]
StampedLock.java 62 * and timed versions of {@code tryReadLock} are also provided.
433 public long tryReadLock() {
460 public long tryReadLock(long time, TimeUnit unit)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 77 milliseconds