package f.a.w.g;

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

    @Override // java.lang.Runnable
    public void run() {
        this.f3941g = Thread.currentThread();
        try {
            this.f3940f.run();
            this.f3941g = null;
        } catch (Throwable th) {
            this.f3941g = null;
            lazySet(a.f3938b);
            f.a.y.a.C0(th);
        }
    }
}
