Class AEMonitorOld

java.lang.Object
com.biglybt.core.util.AEMonSem
com.biglybt.core.util.AEMonitorOld

public class AEMonitorOld extends AEMonSem
  • Field Details

    • dont_wait

      private int dont_wait
    • nests

      private int nests
    • total_reserve

      private int total_reserve
    • total_release

      private int total_release
    • owner

      protected Thread owner
    • last_waiter

      protected Thread last_waiter
  • Constructor Details

    • AEMonitorOld

      public AEMonitorOld(String _name)
  • Method Details

    • enter

      public void enter()
    • enter

      public boolean enter(int max_millis)
    • exit

      public void exit()
    • isHeld

      public boolean isHeld()
    • hasWaiters

      public boolean hasWaiters()
    • getSynchronisedMap

      public static Map getSynchronisedMap(Map m)