package c.i.a.c.h2.y; import android.os.ConditionVariable; /* compiled from: SimpleCache */ public class p extends Thread { public final /* synthetic */ ConditionVariable i; public final /* synthetic */ q j; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public p(q qVar, String str, ConditionVariable conditionVariable) { super(str); this.j = qVar; this.i = conditionVariable; } @Override // java.lang.Thread, java.lang.Runnable public void run() { synchronized (this.j) { this.i.open(); q.j(this.j); this.j.f901c.e(); } } }