- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getThreadGroup (0.34 seconds)
-
compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/DefaultArtifactResolverTest.java
Collections.singleton(g), projectArtifact, remoteRepositories(), localRepository(), null); // we want to see all top-level thread groups ThreadGroup tg = Thread.currentThread().getThreadGroup(); while (tg.getParent() == null) { tg = tg.getParent(); } ThreadGroup[] tgList = new ThreadGroup[tg.activeGroupCount()]; tg.enumerate(tgList);
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 3.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java
assertEquals(defaultThread.isDaemon(), thread.isDaemon()); assertEquals(defaultThread.getPriority(), thread.getPriority()); assertThat(thread.getThreadGroup()).isEqualTo(defaultThread.getThreadGroup()); assertThat(thread.getUncaughtExceptionHandler()) .isEqualTo(defaultThread.getUncaughtExceptionHandler()); assertFalse(completed); thread.start(); thread.join();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 7.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java
assertEquals(defaultThread.isDaemon(), thread.isDaemon()); assertEquals(defaultThread.getPriority(), thread.getPriority()); assertThat(thread.getThreadGroup()).isEqualTo(defaultThread.getThreadGroup()); assertThat(thread.getUncaughtExceptionHandler()) .isEqualTo(defaultThread.getUncaughtExceptionHandler()); assertFalse(completed); thread.start(); thread.join();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 7.8K bytes - Click Count (0)