Uses of Class
edu.rit.pj.WorkerForLoop
Packages that use WorkerForLoop
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of WorkerForLoop in edu.rit.pj
Subclasses of WorkerForLoop in edu.rit.pjModifier and TypeClassDescriptionclassClass WorkerIntegerForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass WorkerIntegerStrideForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass WorkerLongForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass WorkerLongStrideForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.