- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setExclusiveOwnerThread (0.12 seconds)
-
android/guava/src/com/google/common/util/concurrent/InterruptibleTask.java
private Blocker(InterruptibleTask<?> task) { this.task = task; } @Override public void run() {} private void setOwner(Thread thread) { super.setExclusiveOwnerThread(thread); } @VisibleForTesting @Nullable Thread getOwner() { return super.getExclusiveOwnerThread(); } @Override public String toString() {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 10K bytes - Click Count (0)