package s.coroutines;

import kotlin.Metadata;

/* JADX INFO: renamed from: s.a.d, reason: from Kotlin metadata */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b\u0000\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004R\u0014\u0010\u0002\u001a\u00020\u0003X\u0094\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006¨\u0006\u0007"}, d2 = {"Lkotlinx/coroutines/BlockingEventLoop;", "Lkotlinx/coroutines/EventLoopImplBase;", "thread", "Ljava/lang/Thread;", "(Ljava/lang/Thread;)V", "getThread", "()Ljava/lang/Thread;", "kotlinx-coroutines-core"}, k = 1, mv = {1, 6, 0}, xi = 48)
public final class BlockingEventLoop extends EventLoopImplBase {

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public final Thread f9421s;

    public BlockingEventLoop(Thread thread) {
        this.f9421s = thread;
    }

    @Override // s.coroutines.EventLoopImplPlatform
    /* JADX INFO: renamed from: I, reason: from getter */
    public Thread getF9421s() {
        return this.f9421s;
    }
}
