package o.a.h.g;

/* JADX INFO: loaded from: classes.dex */
public final class h extends a implements Runnable {
    public h(Runnable runnable) {
        super(runnable);
    }

    @Override // java.lang.Runnable
    public void run() {
        this.f6030o = Thread.currentThread();
        try {
            this.f6029n.run();
            this.f6030o = null;
        } catch (Throwable th) {
            this.f6030o = null;
            lazySet(a.f6027f);
            g.h.a.i.P2(th);
        }
    }
}
