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

Method interrupted

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

Source from the content-addressed store, hash-verified

149 private static native boolean interrupt(long peer);
150
151 public static boolean interrupted() {
152 return interrupted(currentThread().peer);
153 }
154
155 private static native boolean interrupted(long peer);
156

Callers 1

runMethod · 0.95

Calls 1

currentThreadMethod · 0.95

Tested by

no test coverage detected