You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
581 B

package kotlinx.coroutines.scheduling;
import java.util.concurrent.atomic.AtomicReferenceArray;
/* renamed from: kotlinx.coroutines.scheduling.n */
/* loaded from: classes.dex */
public final /* synthetic */ class C1405n {
/* renamed from: a */
public static /* synthetic */ boolean m1422a(AtomicReferenceArray atomicReferenceArray, int i, Object obj, Object obj2) {
while (!atomicReferenceArray.compareAndSet(i, obj, obj2)) {
if (atomicReferenceArray.get(i) != obj) {
return false;
}
}
return true;
}
}