Home
last modified time | relevance | path

Searched refs:SMATCH (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DSynchronousQueue.java261 if (SMATCH.compareAndSet(this, null, s)) { in tryMatch()
276 return SMATCH.compareAndSet(this, null, this); in tryCancel()
297 private static final VarHandle SMATCH; field in SynchronousQueue.TransferStack.SNode
303 SMATCH = l.findVarHandle(SNode.class, "match", SNode.class);