Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1210 private static final int E_SEQ = 1 << EC_SHIFT; field in ForkJoinPool
1420 v.eventCount = (e + E_SEQ) & E_MASK; in deregisterWorker()
1616 int ne = (e + E_SEQ) & E_MASK; in signalWork()
1777 int ne = (e + E_SEQ) & E_MASK; in helpRelease()
1937 int ne = (e + E_SEQ) & E_MASK; in tryCompensate()
2272 w.eventCount = (e + E_SEQ) & E_MASK; in tryTerminate()