You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

package kotlinx.coroutines.scheduling;
import p012d1.InterfaceC0633f;
import p060t1.AbstractC1706p0;
/* renamed from: kotlinx.coroutines.scheduling.f */
/* loaded from: classes.dex */
public class C1397f extends AbstractC1706p0 {
/* renamed from: f */
public final int f3099f;
/* renamed from: g */
public final int f3100g;
/* renamed from: h */
public final long f3101h;
/* renamed from: i */
public final String f3102i;
/* renamed from: j */
public ExecutorC1388a f3103j = m1427n();
public C1397f(int i, int i2, long j, String str) {
this.f3099f = i;
this.f3100g = i2;
this.f3101h = j;
this.f3102i = str;
}
@Override // p060t1.AbstractC1717u
/* renamed from: d */
public void mo478d(InterfaceC0633f interfaceC0633f, Runnable runnable) {
ExecutorC1388a.m1462f(this.f3103j, runnable, null, false, 6, null);
}
/* renamed from: n */
public final ExecutorC1388a m1427n() {
return new ExecutorC1388a(this.f3099f, this.f3100g, this.f3101h, this.f3102i);
}
/* renamed from: o */
public final void m1426o(Runnable runnable, InterfaceC1400i interfaceC1400i, boolean z) {
this.f3103j.m1463e(runnable, interfaceC1400i, z);
}
}