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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java550 private static final int EC_UNIT = 1 << EC_SHIFT; field in class:ForkJoinPool
682 w.eventCount = (e + EC_UNIT) & E_MASK;
716 w.eventCount = (e + EC_UNIT) & E_MASK;
904 w.eventCount = ((int)currentCtl + EC_UNIT) & E_MASK;
995 w.eventCount = (e + EC_UNIT) & E_MASK;
1345 w.eventCount = e + EC_UNIT;

Completed in 165 milliseconds