Searched refs:was_interrupted (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc627 bool was_interrupted = false; local
649 was_interrupted = true;
658 was_interrupted = self->IsInterruptedLocked();
675 if (was_interrupted && interruptShouldThrow) {

Completed in 32 milliseconds