Documentation of 'edu.rit.pj.Lock' Java class
Lock
edu.rit.pj

Class Lock



  • public class Lock
    extends java.lang.Object
    Class Lock provides an object used for synchronizing parallel team threads in a critical region. You don't call methods on a Lock object directly, rather you pass a Lock object to the critical() or criticalNonexclusive() methods of class ParallelRegion.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Lock()
      Construct a new lock.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lock

        public Lock()
        Construct a new lock.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.