mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 22:55:02 +00:00
stuff
This commit is contained in:
51
app/A/ThreadExtensionInAPackage.java
Normal file
51
app/A/ThreadExtensionInAPackage.java
Normal file
@@ -0,0 +1,51 @@
|
||||
package A;
|
||||
|
||||
import bH.D;
|
||||
import java.util.List;
|
||||
|
||||
class ThreadExtensionInAPackage extends Thread {
|
||||
boolean a = true;
|
||||
|
||||
List b = null;
|
||||
|
||||
f c = null;
|
||||
|
||||
boolean d = false;
|
||||
|
||||
n(m paramm) {
|
||||
super("check");
|
||||
setDaemon(true);
|
||||
D.c("Created CheckThread");
|
||||
}
|
||||
|
||||
public void run() {
|
||||
while (this.a) {
|
||||
if (this.c != null && this.b != null) {
|
||||
m.a(this.e, this.c, this.b);
|
||||
this.d = false;
|
||||
continue;
|
||||
}
|
||||
try {
|
||||
Thread.sleep(50L);
|
||||
} catch (InterruptedException interruptedException) {}
|
||||
}
|
||||
D.c("CheckThread exiting");
|
||||
}
|
||||
|
||||
private void a(f paramf, List paramList) {
|
||||
this.c = paramf;
|
||||
this.b = paramList;
|
||||
this.d = true;
|
||||
}
|
||||
|
||||
private void a() {
|
||||
this.c = null;
|
||||
this.b = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/A/n.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user