Uses of Class
pt.runtime.TaskIDGroup

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

Uses of TaskIDGroup in pt.runtime
 

Fields in pt.runtime declared as TaskIDGroup
static TaskIDGroup ParaTaskHelper.dummyTaskID
          [This is only intended for internal use of the ParaTask compiler and runtime]
protected  TaskIDGroup TaskID.group
           
 

Methods in pt.runtime that return TaskIDGroup
 TaskIDGroup Taskpool.enqueueMulti(TaskInfo taskinfo, int count)
          Enqueues the specified TaskInfo as a multi-task, creates "count" inner tasks and places them in a TaskIDGroup which is then returned.
 TaskIDGroup AbstractTaskPool.enqueueMulti(TaskInfo taskinfo, int count)
           
 TaskIDGroup TaskID.getGroup()
          Returns the group that this task is part of (assuming it is a multi-task).
 

Methods in pt.runtime with parameters of type TaskIDGroup
static java.util.ArrayList<TaskID> ParaTask.allTasksInGroup(TaskIDGroup group)
          A recursive convenience function that digs into the TaskIDGroup and returns all the individual TaskIDs.