Home
last modified time | relevance | path

Searched refs:interruptShouldThrow (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor.h102 bool interruptShouldThrow, ThreadState why)
272 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
Dmonitor.cc780 bool interruptShouldThrow, ThreadState why) { in Wait() argument
883 if (was_interrupted && interruptShouldThrow) { in Wait()
1254 bool interruptShouldThrow, in Wait() argument
1297 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()