Searched refs:QLOCK (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 1021 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) { in sharedPush() 1068 U.compareAndSwapInt(this, QLOCK, 0, 1)) { in trySharedUnpush() 1074 U.putOrderedInt(this, QLOCK, 0); in trySharedUnpush() 1257 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) { in popCC() 1264 U.putOrderedInt(this, QLOCK, 0); in popCC() 1346 private static final long QLOCK; field in ForkJoinPool.WorkQueue 1351 QLOCK = U.objectFieldOffset
|