Home
last modified time | relevance | path

Searched refs:SHORT_SIGN (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1188 private static final int SHORT_SIGN = 1 << 15; field in ForkJoinPool
1294 (u & SHORT_SIGN) != 0 && (e = (int)c) >= 0) { in tryAddWorker()