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.
37 lines
1.1 KiB
37 lines
1.1 KiB
package p060t1;
|
|
|
|
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
|
|
import p006b1.C0484l;
|
|
import p036l1.InterfaceC1432l;
|
|
|
|
/* renamed from: t1.t0 */
|
|
/* loaded from: classes.dex */
|
|
public final class C1716t0 extends AbstractC1729x0 {
|
|
|
|
/* renamed from: i */
|
|
public static final /* synthetic */ AtomicIntegerFieldUpdater f3946i = AtomicIntegerFieldUpdater.newUpdater(C1716t0.class, "_invoked");
|
|
private volatile /* synthetic */ int _invoked = 0;
|
|
|
|
/* renamed from: h */
|
|
public final InterfaceC1432l<Throwable, C0484l> f3947h;
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public C1716t0(InterfaceC1432l<? super Throwable, C0484l> interfaceC1432l) {
|
|
this.f3947h = interfaceC1432l;
|
|
}
|
|
|
|
@Override // p036l1.InterfaceC1432l
|
|
/* renamed from: e */
|
|
public /* bridge */ /* synthetic */ C0484l mo510e(Throwable th) {
|
|
mo509s(th);
|
|
return C0484l.f1690a;
|
|
}
|
|
|
|
@Override // p060t1.AbstractC1709q
|
|
/* renamed from: s */
|
|
public void mo509s(Throwable th) {
|
|
if (f3946i.compareAndSet(this, 0, 1)) {
|
|
this.f3947h.mo510e(th);
|
|
}
|
|
}
|
|
} |