Searched refs:AC_UNIT (Results 1 – 1 of 1) sorted by relevance
1198 private static final long AC_UNIT = 1L << AC_SHIFT; field in ForkJoinPool1402 (this, CTL, c = ctl, (((c - AC_UNIT) & AC_MASK) | in deregisterWorker()1592 ((c & AC_MASK) + AC_UNIT)))); in incrementActiveCount()1690 long nc = (long)ec | ((c - AC_UNIT) & (AC_MASK|TC_MASK)); in scan()1948 long nc = ((c - AC_UNIT) & AC_MASK) | (c & ~AC_MASK); in tryCompensate()2013 ((c & AC_MASK) + AC_UNIT)))); in awaitJoin()2086 ((c & AC_MASK) + AC_UNIT)))); in helpQuiescePool()2094 long nc = ((c = ctl) & ~AC_MASK) | ((c & AC_MASK) - AC_UNIT); in helpQuiescePool()2103 ((c & AC_MASK) + AC_UNIT)))) in helpQuiescePool()2268 ((cc + AC_UNIT) & AC_MASK) | in tryTerminate()