Searched refs:QLOCK (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 992 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) { in sharedPush() 1039 U.compareAndSwapInt(this, QLOCK, 0, 1)) { in trySharedUnpush() 1045 U.putOrderedInt(this, QLOCK, 0); in trySharedUnpush() 1228 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) { in popCC() 1235 U.putOrderedInt(this, QLOCK, 0); in popCC() 1317 private static final long QLOCK; field in ForkJoinPool.WorkQueue 1322 QLOCK = U.objectFieldOffset
|