|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskInfo | |
---|---|
pt.runtime | Parallel Task runtime classes. |
Uses of TaskInfo in pt.runtime |
---|
Fields in pt.runtime declared as TaskInfo | |
---|---|
protected TaskInfo |
TaskID.taskInfo
|
Methods in pt.runtime with parameters of type TaskInfo | |
---|---|
TaskID |
Taskpool.enqueue(TaskInfo taskinfo)
Enqueues the specified task, whose information is contained in the TaskInfo. |
TaskID |
AbstractTaskPool.enqueue(TaskInfo taskinfo)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |