package p025.p026;

import java.util.concurrent.CancellationException;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import p402.p405.InterfaceC6575;

/* JADX INFO: renamed from: އ.֏.އ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C1309 extends C1318 {

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public static final AtomicIntegerFieldUpdater f4448 = AtomicIntegerFieldUpdater.newUpdater(C1309.class, "_resumed");
    public volatile int _resumed;

    public C1309(InterfaceC6575<?> interfaceC6575, Throwable th, boolean z) {
        if (th == null) {
            th = new CancellationException("Continuation " + interfaceC6575 + " was cancelled normally");
        }
        super(th, z);
        this._resumed = 0;
    }
}
