Searched refs:PLOCK (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 1253 U.compareAndSwapInt(this, PLOCK, ps, nps = ps + PL_LOCK)) in acquirePlock() 1259 else if (U.compareAndSwapInt(this, PLOCK, ps, ps | PL_SIGNAL)) { in acquirePlock() 1338 !U.compareAndSwapInt(this, PLOCK, ps, ps += PL_LOCK)) in registerWorker() 1361 if (!U.compareAndSwapInt(this, PLOCK, ps, nps)) in registerWorker() 1386 !U.compareAndSwapInt(this, PLOCK, ps, ps += PL_LOCK)) in deregisterWorker() 1395 if (!U.compareAndSwapInt(this, PLOCK, ps, nps)) in deregisterWorker() 1535 !U.compareAndSwapInt(this, PLOCK, ps, ps += PL_LOCK)) in fullExternalPush() 1540 if (!U.compareAndSwapInt(this, PLOCK, ps, nps)) in fullExternalPush() 1570 !U.compareAndSwapInt(this, PLOCK, ps, ps += PL_LOCK)) in fullExternalPush() 1575 if (!U.compareAndSwapInt(this, PLOCK, ps, nps)) in fullExternalPush() [all …]
|