package d.a.s.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.f5833e = Thread.currentThread();
        try {
            this.f5832d.run();
            this.f5833e = null;
        } catch (Throwable th) {
            this.f5833e = null;
            lazySet(a.f5830b);
            d.a.u.a.w(th);
        }
    }
}
