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

Method join

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

Source from the content-addressed store, hash-verified

264 public static native void yield();
265
266 public synchronized void join() throws InterruptedException {
267 while (getState() != State.TERMINATED) {
268 wait();
269 }
270 }
271
272 public synchronized void join(long milliseconds) throws InterruptedException
273 {

Callers 1

timedJoinMethod · 0.45

Calls 3

getStateMethod · 0.95
currentTimeMillisMethod · 0.95
waitMethod · 0.45

Tested by

no test coverage detected