package V4;

import java.util.concurrent.CancellationException;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;

/* JADX INFO: renamed from: V4.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0774n extends C0784w {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final /* synthetic */ AtomicIntegerFieldUpdater f8317c = AtomicIntegerFieldUpdater.newUpdater(C0774n.class, "_resumed$volatile");
    private volatile /* synthetic */ int _resumed$volatile;

    public C0774n(C0772m c0772m, Throwable th, boolean z6) {
        if (th == null) {
            th = new CancellationException("Continuation " + c0772m + " was cancelled normally");
        }
        super(th, z6);
        this._resumed$volatile = 0;
    }
}
