Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWaitQueueLength (0.17 sec)

  1. android/guava/src/com/google/common/util/concurrent/Monitor.java

       * that the guard becoming satisfied in the future will awaken any threads. This method is
       * designed primarily for use in monitoring of the system state.
       */
      public boolean hasWaiters(Guard guard) {
        return getWaitQueueLength(guard) > 0;
      }
    
      /**
       * Returns an estimate of the number of threads waiting for the given guard to become satisfied.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Dec 04 18:22:01 GMT 2023
    - 38.6K bytes
    - Viewed (0)
Back to top