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

  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 384 * estimate of possible unsplice failures (in "sweepVotes").
397 * Because the sweepVotes estimate is conservative, and because
437 * The maximum number of estimated removal failures (sweepVotes)
566 private transient volatile int sweepVotes;
578 return U.compareAndSwapInt(this, SWEEPVOTES, cmp, val);
    [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 152 milliseconds