- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setExclusiveOwnerThread (0.14 sec)
-
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() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 10K bytes - Viewed (0)