HomeSort by relevance Sort by last modified time
    Searched refs:wasInterrupted (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 100 boolean wasInterrupted = false;
197 wasInterrupted = true;
218 assertTrue(wasInterrupted);
244 wasInterrupted = true;
265 assertTrue(wasInterrupted);
  /dalvik/vm/
Sync.c 734 bool wasInterrupted = false;
813 wasInterrupted = true;
837 wasInterrupted = true;
864 if (wasInterrupted) {
    [all...]

Completed in 111 milliseconds