HomeSort by relevance Sort by last modified time
    Searched full:whead (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java 319 private transient volatile WNode whead; field in class:StampedLock
422 return ((whead == wtail && (s & ABITS) < RFULL &&
542 if ((h = whead) != null && h.status != 0)
562 if (m == RUNIT && (h = whead) != null && h.status != 0)
589 if ((h = whead) != null && h.status != 0)
597 if (m == RUNIT && (h = whead) != null && h.status != 0)
673 if ((h = whead) != null && h.status != 0)
711 if ((h = whead) != null && h.status != 0)
719 if (m == RUNIT && (h = whead) != null && h.status != 0)
741 if ((h = whead) != null && h.status != 0
    [all...]

Completed in 158 milliseconds