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

Method setDaemon

src/java/lang/Thread.java:532–538  ·  view source on GitHub ↗

Marks this Thread as a daemon Thread or a user Thread. When there are only daemon Threads left running in the system, Java exits. @param on determines whether the Thread will be a daemon Thread @exception IllegalThreadStateException If the Thread is active. @see Thread#isDaemon

(boolean on)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

checkAccessMethod · 0.95
isAliveMethod · 0.95

Tested by

no test coverage detected