Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 61 of 61 for Cancellation (0.06 seconds)

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

       * not for synchronization control.
       */
      public int getQueueLength() {
        return lock.getQueueLength();
      }
    
      /**
       * Returns whether any threads are waiting to enter this monitor. Note that because cancellations
       * may occur at any time, a {@code true} return does not guarantee that any other thread will ever
       * enter this monitor. This method is designed primarily for use in monitoring of the system
       * state.
       */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 28 22:39:02 GMT 2026
    - 43.5K bytes
    - Click Count (0)
Back to Top