Searched refs:busyUpdater (Results 1 – 1 of 1) sorted by relevance
160 return busyUpdater.compareAndSet(this, 0, 1); in casBusy()283 private static final AtomicIntegerFieldUpdater<Striped64> busyUpdater = field in Striped64