package c.a.q.g;

import java.util.concurrent.Callable;

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

    @Override // java.util.concurrent.Callable
    /* JADX INFO: renamed from: b, reason: merged with bridge method [inline-methods] */
    public Void call() throws Exception {
        this.f1824f = Thread.currentThread();
        try {
            this.f1823e.run();
            return null;
        } finally {
            lazySet(a.f1821c);
            this.f1824f = null;
        }
    }
}
