Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LabelledBreakTarget (0.08 seconds)

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

       * @throws InterruptedException if interrupted while waiting
       */
      @SuppressWarnings({
        "GoodTime", // should accept a java.time.Duration
        "LabelledBreakTarget", // TODO(b/345814817): Maybe fix.
      })
      public boolean enterWhen(Guard guard, long time, TimeUnit unit) throws InterruptedException {
        long timeoutNanos = toSafeNanos(time, unit);
        if (guard.monitor != this) {
    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