- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for finaluser (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/base/internal/Finalizer.java
* * 2) To detect when FinalizableReference's class loader has to be garbage collected, at which * point, Finalizer can stop running */ Finalizer finalizer = new Finalizer(finalizableReferenceClass, queue, frqReference); String threadName = "com.google.common.base.internal.Finalizer"; Thread thread = null; if (bigThreadConstructor != null) { try { boolean inheritThreadLocals = false;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 11 03:19:29 GMT 2026 - 9.6K bytes - Click Count (0) -
guava/src/com/google/common/base/internal/Finalizer.java
* * 2) To detect when FinalizableReference's class loader has to be garbage collected, at which * point, Finalizer can stop running */ Finalizer finalizer = new Finalizer(finalizableReferenceClass, queue, frqReference); String threadName = "com.google.common.base.internal.Finalizer"; Thread thread = null; if (bigThreadConstructor != null) { try { boolean inheritThreadLocals = false;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 11 03:19:29 GMT 2026 - 9.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java
assertThat(frqC).isNotSameInstanceAs(sepFrqC); // Check the assumptions above. // FRQ tries to load the Finalizer class (for the reference-collecting thread) in a few ways. // If the class is accessible to the system ClassLoader (ClassLoader.getSystemClassLoader()) // then FRQ does not bother to load Finalizer.class through a separate ClassLoader. That happens
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 26 02:41:17 GMT 2026 - 7.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java
assertThat(frqC).isNotSameInstanceAs(sepFrqC); // Check the assumptions above. // FRQ tries to load the Finalizer class (for the reference-collecting thread) in a few ways. // If the class is accessible to the system ClassLoader (ClassLoader.getSystemClassLoader()) // then FRQ does not bother to load Finalizer.class through a separate ClassLoader. That happens
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 26 02:41:17 GMT 2026 - 7.7K bytes - Click Count (0)