Package com.biglybt.core.util
Class ThreadPool.threadPoolWorker
java.lang.Object
com.biglybt.core.util.AEThread2
com.biglybt.core.util.ThreadPool.threadPoolWorker
- Enclosing class:
- ThreadPool
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.core.util.AEThread2
AEThread2.threadWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private AERunnable
private String
private int
private final String
Fields inherited from class com.biglybt.core.util.AEThread2
TRACE_TIMES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ThreadPool
getOwner()
protected AERunnable
getState()
protected String
void
run()
void
Methods inherited from class com.biglybt.core.util.AEThread2
createAndStartDaemon, createAndStartDaemon2, getDebug, getName, interrupt, isAlive, isCurrentThread, isOurThread, join, setDebug, setName, setOurThread, setOurThread, setPriority, start, toString
-
Field Details
-
worker_name
-
runnable
-
run_start_time
private long run_start_time -
warn_count
private int warn_count -
state
-
-
Constructor Details
-
threadPoolWorker
protected threadPoolWorker()
-
-
Method Details