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

  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java 207 * reader count value (RBITS) as a spinlock protecting overflow
288 private static final long RBITS = WBIT - 1L;
289 private static final long RFULL = RBITS - 1L;
290 private static final long ABITS = RBITS | WBIT;
291 private static final long SBITS = ~RBITS; // note overlap with ABITS
779 if ((readers = s & RBITS) >= RFULL)
799 return (state & RBITS) != 0L;
    [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 

Completed in 95 milliseconds