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