Uses of Class
edu.rit.pj.WorkerIntegerForLoop
Packages that use WorkerIntegerForLoop
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of WorkerIntegerForLoop in edu.rit.pj
Methods in edu.rit.pj with parameters of type WorkerIntegerForLoopModifier and TypeMethodDescriptionfinal void
WorkerRegion.execute
(int first, int last, WorkerIntegerForLoop theLoop) Execute a worker for loop within this worker region.