Uses of Interface
pt.runtime.Taskpool

Packages that use Taskpool
pt.runtime Parallel Task runtime classes. 
 

Uses of Taskpool in pt.runtime
 

Classes in pt.runtime that implement Taskpool
 class AbstractTaskPool
           
 class TaskpoolFIFOWorkSharing
           
 class TaskpoolLIFOWorkStealing
          There is no global queue, all tasks are placed on private queues in a round-robin fashion.
 class TaskpoolMixedScheduling
           
 

Fields in pt.runtime declared as Taskpool
protected  Taskpool TaskThread.taskpool
           
 

Methods in pt.runtime that return Taskpool
static Taskpool TaskpoolFactory.getTaskpool()
           
 

Constructors in pt.runtime with parameters of type Taskpool
InteractiveThread(Taskpool taskpool, TaskID task)
           
PipelineThread(Taskpool taskpool, TaskID task)
           
SubstituteThread(TaskID<?> taskIDWaitingFor, Taskpool taskpool, int substituteForThreadID)
           
SubstituteThread(Taskpool taskpool, int substituteForThreadID)
           
TaskThread(Taskpool taskpool)
           
WorkerThread(int id, Taskpool taskpool)