Class ThreadGateLite.Bar

  • Enclosing class:
    ThreadGateLite<R>

    protected static class ThreadGateLite.Bar
    extends Object
    Bar represents the state of the bars placed on this gate.
    • Field Detail

      • f_thread

        protected final Thread f_thread
      • m_cBarred

        protected int m_cBarred
    • Constructor Detail

      • Bar

        protected Bar​(Thread thread)
        Construct a Bar for the specified thread.
        Parameters:
        thread - the thread to construct a bar for