Searched refs:setPrevRelaxed (Results 1 – 3 of 3) sorted by relevance
365 final void setPrevRelaxed(Node p) { // for off-queue assignment in setPrevRelaxed() method in StampedLock.Node1233 node.setPrevRelaxed(t); in acquireWrite()1237 node.setPrevRelaxed(null); // back out in acquireWrite()1294 node.setPrevRelaxed(t); in acquireRead()1299 node.setPrevRelaxed(null); in acquireRead()
105 final void setPrevRelaxed(Node p) { // for off-queue assignment in setPrevRelaxed() method in AbstractQueuedLongSynchronizer.Node237 node.setPrevRelaxed(t); // avoid unnecessary fence in enqueue()363 node.setPrevRelaxed(t); // avoid unnecessary fence in acquire()365 node.setPrevRelaxed(null); // back out in acquire()
483 final void setPrevRelaxed(Node p) { // for off-queue assignment in setPrevRelaxed() method in AbstractQueuedSynchronizer.Node614 node.setPrevRelaxed(t); // avoid unnecessary fence in enqueue()740 node.setPrevRelaxed(t); // avoid unnecessary fence in acquire()742 node.setPrevRelaxed(null); // back out in acquire()