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

Method setDaemon

classpath/java/lang/Thread.java:256–262  ·  view source on GitHub ↗
(boolean v)

Source from the content-addressed store, hash-verified

254 }
255
256 public synchronized void setDaemon(boolean v) {
257 if (getState() != State.NEW) {
258 throw new IllegalStateException();
259 }
260
261 daemon = v;
262 }
263
264 public static native void yield();
265

Callers 2

startTraceListenerMethod · 0.95
execMethod · 0.95

Calls 1

getStateMethod · 0.95

Tested by

no test coverage detected