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

Method wait

src/java/lang/Object.java:121–121  ·  view source on GitHub ↗

Causes a thread to wait until it is notified or the specified timeout expires. The method wait() can only be called from within a synchronized method. @param timeout the maximum time to wait in milliseconds @exception IllegalMonitorStateException If the current thread is not the

(long timeout)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

joinMethod · 0.80
receiveMethod · 0.80
readMethod · 0.80
waitForAllMethod · 0.80
waitForIDMethod · 0.80
grabPixelsMethod · 0.80
getImageDimensionsMethod · 0.80
waitPaintedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected