MCPcopy Create free account
hub / github.com/ReadyTalk/avian / enumerate

Method enumerate

classpath/java/lang/ThreadGroup.java:70–72  ·  view source on GitHub ↗
(Thread[] threads)

Source from the content-addressed store, hash-verified

68 }
69
70 public int enumerate(Thread[] threads) {
71 return enumerate(threads, true);
72 }
73
74 public int enumerate(Thread[] threads, boolean recurse) {
75 int allCount = Thread.activeCount();

Callers

nothing calls this directly

Calls 4

activeCountMethod · 0.95
enumerateMethod · 0.95
getThreadGroupMethod · 0.95
parentOfMethod · 0.95

Tested by

no test coverage detected