Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

       * 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.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 42.8K bytes
    - Viewed (0)
Back to top