Class Rendezvous.Counter

  • Enclosing class:
    Rendezvous

    public class Rendezvous.Counter
    extends java.lang.Object
    class encapsulating state for a specific rendezvous
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int arrived
      count of the number of threads actually arrived at this rendezvous
      boolean isPoisoned
      true if this
    • Constructor Summary

      Constructors 
      Constructor Description
      Counter()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • arrived

        public int arrived
        count of the number of threads actually arrived at this rendezvous
      • isPoisoned

        public boolean isPoisoned
        true if this
    • Constructor Detail

      • Counter

        public Counter()