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

Method getThreadGroup

classpath/java/lang/Thread.java:293–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 }
292
293 public ThreadGroup getThreadGroup() {
294 return group;
295 }
296
297 public static native boolean holdsLock(Object o);
298

Callers 4

enumerateMethod · 0.95
mainMethod · 0.80
ThreadGroupMethod · 0.80
activeCountMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainMethod · 0.64