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()
470 final void setPrevRelaxed(Node p) { // for off-queue assignment in setPrevRelaxed() method in AbstractQueuedSynchronizer.Node580 node.setPrevRelaxed(t); // avoid unnecessary fence in enqueue()699 node.setPrevRelaxed(t); // avoid unnecessary fence in acquire()703 node.setPrevRelaxed(null); // back out in acquire()
105 final void setPrevRelaxed(Node p) { // for off-queue assignment in setPrevRelaxed() method in AbstractQueuedLongSynchronizer.Node215 node.setPrevRelaxed(t); // avoid unnecessary fence in enqueue()334 node.setPrevRelaxed(t); // avoid unnecessary fence in acquire()338 node.setPrevRelaxed(null); // back out in acquire()