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

/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DThreadTest.java152 boolean wasInterrupted = false; field in class:ThreadTest
1469 wasInterrupted = true;
1490 assertTrue(wasInterrupted);
1525 wasInterrupted = true;
1546 assertTrue(wasInterrupted);
/dalvik/vm/
H A DSync.c681 bool wasInterrupted = false; local
755 wasInterrupted = true;
779 wasInterrupted = true;
804 if (wasInterrupted) {

Completed in 39 milliseconds