package com.google.android.gms.internal.ads;

/* JADX INFO: loaded from: classes2.dex */
public final class zu extends k30 {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f19396c = new Object();

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final cv f19397d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f19398e;

    public zu(cv cvVar) {
        this.f19397d = cvVar;
    }

    public final void p() {
        p7.l0.g("release: Trying to acquire lock");
        synchronized (this.f19396c) {
            try {
                p7.l0.g("release: Lock acquired");
                if (this.f19398e) {
                    p7.l0.g("release: Lock already released");
                    return;
                }
                this.f19398e = true;
                l(new va2(this), new g30(0));
                l(new av(this, 1), new av(this, 2));
                p7.l0.g("release: Lock released");
            } catch (Throwable th) {
                throw th;
            }
        }
    }
}
