Searched defs:isInterrupted (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DVMThread.java36 native boolean isInterrupted(); method in class:VMThread
H A DThread.java669 * @see Thread#isInterrupted
693 * @see Thread#isInterrupted
735 public boolean isInterrupted() { method in class:Thread
738 return vmt.isInterrupted();
915 if (interruptAction != null && isInterrupted()) {

Completed in 436 milliseconds