Searched refs:CTL (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 1542 if (ctl == c && U.compareAndSwapLong(this, CTL, c, nc)) { in tryAddWorker() 1626 (this, CTL, c = ctl, ((AC_MASK & (c - AC_UNIT)) | in deregisterWorker() 1682 if (sp == vs && U.compareAndSwapLong(this, CTL, c, nc)) { in signalWork() 1706 if (sp == vs && U.compareAndSwapLong(this, CTL, c, nc)) { in tryRelease() 1734 U.compareAndSwapLong(this, CTL, c, nc)) { in tryReactivate() 1755 } while (!U.compareAndSwapLong(this, CTL, c, nc)); in inactivate() 1826 U.compareAndSwapLong(this, CTL, c, nc)) { in timedAwaitWork() 1857 dropped = U.compareAndSwapLong(this, CTL, c, nc); in tryDropSpare() 1874 if (U.compareAndSwapLong(this, CTL, c, nc)) { in tryDropSpare() 2170 canBlock = U.compareAndSwapLong(this, CTL, c, nc); in tryCompensate() [all …]
|