Searched refs:E_SEQ (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1203 private static final int E_SEQ = 1 << EC_SHIFT; field in class:ForkJoinPool
1413 v.eventCount = (e + E_SEQ) & E_MASK;
1609 int ne = (e + E_SEQ) & E_MASK;
1770 int ne = (e + E_SEQ) & E_MASK;
1930 int ne = (e + E_SEQ) & E_MASK;
2265 w.eventCount = (e + E_SEQ) & E_MASK;

Completed in 37 milliseconds