Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for beginWaitingFor (0.22 sec)

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

       * other thread (last thread modifying the state protected by the monitor) takes over the
       * responsibility of signalling the next waiter.
       *
       * <p>This method must not be called from within a beginWaitingFor/endWaitingFor block, or else
       * the current thread's guard might be mistakenly signalled, leading to a lost signal.
       */
      @GuardedBy("lock")
      private void signalNextWaiter() {
    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