Searched refs:SMATCH (Results 1 – 1 of 1) sorted by relevance
261 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.SNode303 SMATCH = l.findVarHandle(SNode.class, "match", SNode.class);