Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1189 private static final int INT_SIGN = 1 << 31; field in ForkJoinPool
1417 if (v.eventCount != (e | INT_SIGN)) in deregisterWorker()
1617 if (w.eventCount == (e | INT_SIGN) && in signalWork()
1692 w.eventCount = ec | INT_SIGN; in scan()
1734 long pc = ((d > 0 || ec != (e | INT_SIGN)) ? 0L : in awaitWork()
1779 v.eventCount == (e | INT_SIGN) && in helpRelease()
1938 if (w.eventCount == (e | INT_SIGN) && in tryCompensate()
2270 if (w.eventCount == (e | INT_SIGN) && in tryTerminate()