package androidx.work.impl.utils.futures;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final g f4674a = new g();

    @Nullable
    volatile g next;

    @Nullable
    volatile Thread thread;

    public g() {
        h.f4677c.B(this, Thread.currentThread());
    }
}
