Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

122 lines
3.8 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.Process;
import androidx.annotation.GuardedBy;
import androidx.work.WorkRequest;
import com.google.android.gms.common.internal.Preconditions;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.Semaphore;
/* loaded from: classes3.dex */
final class zzhk extends Thread {
private final Object zza;
private final BlockingQueue<zzhh<?>> zzb;
@GuardedBy("threadLifeCycleLock")
private boolean zzc = false;
private final /* synthetic */ zzhg zzd;
public zzhk(zzhg zzhgVar, String str, BlockingQueue<zzhh<?>> blockingQueue) {
this.zzd = zzhgVar;
Preconditions.checkNotNull(str);
Preconditions.checkNotNull(blockingQueue);
this.zza = new Object();
this.zzb = blockingQueue;
setName(str);
}
private final void zzb() {
Object obj;
Semaphore semaphore;
Object obj2;
zzhk zzhkVar;
zzhk zzhkVar2;
obj = this.zzd.zzh;
synchronized (obj) {
try {
if (!this.zzc) {
semaphore = this.zzd.zzi;
semaphore.release();
obj2 = this.zzd.zzh;
obj2.notifyAll();
zzhkVar = this.zzd.zzb;
if (this == zzhkVar) {
this.zzd.zzb = null;
} else {
zzhkVar2 = this.zzd.zzc;
if (this == zzhkVar2) {
this.zzd.zzc = null;
} else {
this.zzd.zzj().zzg().zza("Current scheduler thread is neither worker nor network");
}
}
this.zzc = true;
}
} catch (Throwable th) {
throw th;
}
}
}
private final void zza(InterruptedException interruptedException) {
this.zzd.zzj().zzu().zza(getName() + " was interrupted", interruptedException);
}
public final void zza() {
synchronized (this.zza) {
this.zza.notifyAll();
}
}
@Override // java.lang.Thread, java.lang.Runnable
public final void run() {
Semaphore semaphore;
Object obj;
boolean z;
boolean z2 = false;
while (!z2) {
try {
semaphore = this.zzd.zzi;
semaphore.acquire();
z2 = true;
} catch (InterruptedException e) {
zza(e);
}
}
try {
int threadPriority = Process.getThreadPriority(Process.myTid());
while (true) {
zzhh<?> poll = this.zzb.poll();
if (poll != null) {
Process.setThreadPriority(poll.zza ? threadPriority : 10);
poll.run();
} else {
synchronized (this.zza) {
if (this.zzb.peek() == null) {
z = this.zzd.zzj;
if (!z) {
try {
this.zza.wait(WorkRequest.DEFAULT_BACKOFF_DELAY_MILLIS);
} catch (InterruptedException e2) {
zza(e2);
}
}
}
}
obj = this.zzd.zzh;
synchronized (obj) {
if (this.zzb.peek() == null) {
zzb();
zzb();
return;
}
}
}
}
} catch (Throwable th) {
zzb();
throw th;
}
}
}