Uses of Class
edu.rit.pj.Lock

Packages that use Lock
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and hybrid shared memory/message passing parallelization in pure Java.
  • Uses of Lock in edu.rit.pj

    Methods in edu.rit.pj with parameters of type Lock
    Modifier and Type
    Method
    Description
    final void
    ParallelRegion.critical(Lock theLock, ParallelSection theSection)
    Perform a section of code in a critical region with exclusive locking using the given lock.
    final void
    ParallelRegion.criticalNonexclusive(Lock theLock, ParallelSection theSection)
    Perform a section of code in a critical region with nonexclusive locking using the given lock.