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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1021 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) {
1068 U.compareAndSwapInt(this, QLOCK, 0, 1)) {
1074 U.putOrderedInt(this, QLOCK, 0);
1257 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) {
1264 U.putOrderedInt(this, QLOCK, 0);
1346 private static final long QLOCK; field in class:ForkJoinPool.WorkQueue
1351 QLOCK = U.objectFieldOffset

Completed in 31 milliseconds