Uses of Class
com.biglybt.core.util.ThreadPool.threadPoolWorker
-
Packages that use ThreadPool.threadPoolWorker Package Description com.biglybt.core.util -
-
Uses of ThreadPool.threadPoolWorker in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ThreadPool.threadPoolWorker Modifier and Type Field Description protected ThreadPool.threadPoolWorker
ThreadPoolTask. worker
Methods in com.biglybt.core.util that return ThreadPool.threadPoolWorker Modifier and Type Method Description ThreadPool.threadPoolWorker
ThreadPool. run(AERunnable runnable)
ThreadPool.threadPoolWorker
ThreadPool. run(AERunnable runnable, boolean high_priority, boolean manualRelease)
Methods in com.biglybt.core.util with parameters of type ThreadPool.threadPoolWorker Modifier and Type Method Description void
ThreadPool. deregisterThreadAsChild(ThreadPool.threadPoolWorker parent)
void
ThreadPool. registerThreadAsChild(ThreadPool.threadPoolWorker parent)
-