package p025.p026.p030;

import java.util.concurrent.RejectedExecutionException;
import kotlin.jvm.internal.DefaultConstructorMarker;
import p025.p026.AbstractC1353;
import p025.p026.RunnableC1330;
import p402.p405.InterfaceC6578;

/* JADX INFO: renamed from: އ.֏.ၸ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C1425 extends AbstractC1353 {

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public ExecutorC1420 f4607;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final int f4608;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final int f4609;

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public final long f4610;

    /* JADX INFO: renamed from: ވ, reason: contains not printable characters */
    public final String f4611;

    public /* synthetic */ C1425(int i, int i2) {
        this(i, i2, C1433.f4625, null, 8, null);
    }

    public /* synthetic */ C1425(int i, int i2, int i3, DefaultConstructorMarker defaultConstructorMarker) {
        this((i3 & 1) != 0 ? C1433.f4623 : i, (i3 & 2) != 0 ? C1433.f4624 : i2);
    }

    public C1425(int i, int i2, long j, String str) {
        this.f4608 = i;
        this.f4609 = i2;
        this.f4610 = j;
        this.f4611 = str;
        this.f4607 = new ExecutorC1420(this.f4608, this.f4609, this.f4610, this.f4611);
    }

    public /* synthetic */ C1425(int i, int i2, long j, String str, int i3, DefaultConstructorMarker defaultConstructorMarker) {
        this(i, i2, j, (i3 & 8) != 0 ? "CoroutineScheduler" : str);
    }

    public /* synthetic */ C1425(int i, int i2, String str, int i3, DefaultConstructorMarker defaultConstructorMarker) {
        this((i3 & 1) != 0 ? C1433.f4623 : i, (i3 & 2) != 0 ? C1433.f4624 : i2, C1433.f4625, (i3 & 4) != 0 ? "DefaultDispatcher" : str);
    }

    public void close() throws InterruptedException {
        this.f4607.m2761(10000L);
    }

    @Override // p025.p026.AbstractC1323
    public String toString() {
        return super.toString() + "[scheduler = " + this.f4607 + ']';
    }

    @Override // p025.p026.AbstractC1323
    /* JADX INFO: renamed from: ֏ */
    public void mo2643(InterfaceC6578 interfaceC6578, Runnable runnable) {
        try {
            ExecutorC1420.m2751(this.f4607, runnable, null, false, 6);
        } catch (RejectedExecutionException unused) {
            RunnableC1330.f4471.m2676(runnable);
        }
    }
}
