Searched refs:QLOCK (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 1024 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) { in sharedPush() 1071 U.compareAndSwapInt(this, QLOCK, 0, 1)) { in trySharedUnpush() 1077 U.putOrderedInt(this, QLOCK, 0); in trySharedUnpush() 1260 if (U.compareAndSwapInt(this, QLOCK, 0, 1)) { in popCC() 1267 U.putOrderedInt(this, QLOCK, 0); in popCC() 1349 private static final long QLOCK; field in ForkJoinPool.WorkQueue 1354 QLOCK = U.objectFieldOffset
|