Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

        public void run() {}
    
        private void setOwner(Thread thread) {
          super.setExclusiveOwnerThread(thread);
        }
    
        @VisibleForTesting
        @Nullable Thread getOwner() {
          return super.getExclusiveOwnerThread();
        }
    
        @Override
        public String toString() {
          return task.toString();
        }
      }
    
      @Override
      public final String toString() {
        Runnable state = get();
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 10K bytes
    - Click Count (0)
Back to Top