A B C D E F G H I M O P Q R S T V W

A

activeInteractiveTaskCount() - Static method in class paratask.runtime.ParaTask
Returns a count of the number of active interactive tasks.
add(E) - Method in class paratask.queues.FifoLifoQueue
Deprecated. If the calling thread already has a local queue, or the calling thread is registered as a worker thread, then this call is equivalent to addLocal(Object). Otherwise, the call is equivalent to addGlobal(Object). It is therefore recommended to explicitly use addLocal(Object) or addGlobal(Object) to ensure the correct intention is performed.
add(E) - Method in class paratask.queues.WorkStealingQueue
 
add(TaskID<E>) - Method in class paratask.runtime.TaskIDGroup
Add a task to this group.
addAll(Collection<? extends E>) - Method in class paratask.queues.WorkStealingQueue
 
addGlobal(E) - Method in class paratask.queues.FifoLifoQueue
Add the specified element globally.
addLocal(E) - Method in class paratask.queues.FifoLifoQueue
Add the specified element locally.
allTasksInGroup(TaskIDGroup) - Static method in class paratask.runtime.ParaTask
A recursive convenience function that digs into the TaskIDGroup and returns all the individual TaskIDs.
allTasksInList(ArrayList<TaskID>) - Static method in class paratask.runtime.ParaTask
Flattens a list of TaskIDs.
ArrayCOMBINE - Static variable in interface paratask.runtime.Reduction
Combines the elements from the arrays into a new array.

A B C D E F G H I M O P Q R S T V W