- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for trySetName (0.05 seconds)
-
android/guava/src/com/google/common/util/concurrent/Callables.java
Thread currentThread = Thread.currentThread(); String oldName = currentThread.getName(); boolean restoreName = trySetName(nameSupplier.get(), currentThread); try { return callable.call(); } finally { if (restoreName) { boolean unused = trySetName(oldName, currentThread); } } }; } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 4.3K bytes - Click Count (0)