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