Searched defs:E_MASK (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1202 private static final int E_MASK = 0x7fffffff; // no STOP_BIT field in class:ForkJoinPool
1408 long nc = (((long)(v.nextWait & E_MASK)) |
1413 v.eventCount = (e + E_SEQ) & E_MASK;
1607 long nc = (((long)(w.nextWait & E_MASK)) |
1609 int ne = (e + E_SEQ) & E_MASK;
1728 ((long)(w.nextWait & E_MASK)) | // ctl to restore
1768 long nc = (((long)(v.nextWait & E_MASK)) |
1770 int ne = (e + E_SEQ) & E_MASK;
1928 long nc = ((long)(w.nextWait & E_MASK) |
1930 int ne = (e + E_SEQ) & E_MASK;
[all...]

Completed in 26 milliseconds