Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1209 private static final int E_MASK = 0x7fffffff; // no STOP_BIT field in ForkJoinPool
1415 long nc = (((long)(v.nextWait & E_MASK)) | in deregisterWorker()
1420 v.eventCount = (e + E_SEQ) & E_MASK; in deregisterWorker()
1614 long nc = (((long)(w.nextWait & E_MASK)) | in signalWork()
1616 int ne = (e + E_SEQ) & E_MASK; in signalWork()
1735 ((long)(w.nextWait & E_MASK)) | // ctl to restore in awaitWork()
1775 long nc = (((long)(v.nextWait & E_MASK)) | in helpRelease()
1777 int ne = (e + E_SEQ) & E_MASK; in helpRelease()
1935 long nc = ((long)(w.nextWait & E_MASK) | in tryCompensate()
1937 int ne = (e + E_SEQ) & E_MASK; in tryCompensate()
[all …]