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