MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / join

Method join

src/java/lang/Thread.java:474–492  ·  view source on GitHub ↗

Waits for this Thread to die. A timeout in milliseconds can be specified. A timeout of 0 milliseconds means to wait forever. @param millis the time to wait in milliseconds @exception InterruptedException Another thread has interrupted this thread.

(long millis)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

currentTimeMillisMethod · 0.95
isAliveMethod · 0.95
waitMethod · 0.80

Tested by

no test coverage detected