HomeSort by relevance Sort by last modified time
    Searched refs:SNode (Results 1 - 13 of 13) sorted by null

  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 234 static final class SNode {
235 volatile SNode next; // next node in stack
236 volatile SNode match; // the node matched to this
244 SNode(Object item) {
248 boolean casNext(SNode cmp, SNode val) {
261 boolean tryMatch(SNode s) {
293 (SNode.class.getDeclaredField("match"));
295 (SNode.class.getDeclaredField("next"));
303 volatile SNode head
317 static SNode snode(SNode s, Object e, SNode next, int mode) { method in class:SynchronousQueue.TransferStack
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /prebuilts/misc/common/robolectric/android-all/
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 
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 856 milliseconds