Searched refs:WNode (Results 1 – 1 of 1) sorted by relevance
308 static final class WNode { class in StampedLock309 volatile WNode prev;310 volatile WNode next;311 volatile WNode cowait; // list of linked readers315 WNode(int m, WNode p) { mode = m; prev = p; } in WNode() method in StampedLock.WNode319 private transient volatile WNode whead;321 private transient volatile WNode wtail;538 WNode h; in unlockWrite()555 long s, m; WNode h; in unlockRead()581 long a = stamp & ABITS, m, s; WNode h; in unlock()[all …]