Home
last modified time | relevance | path

Searched refs:why (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmonitor.cc564 bool interruptShouldThrow, ThreadState why) { in Wait() argument
566 DCHECK(why == kTimedWaiting || why == kWaiting || why == kSleeping); in Wait()
579 if (why == kTimedWaiting && (ms == 0 && ns == 0)) { in Wait()
580 why = kWaiting; in Wait()
621 ScopedThreadSuspension sts(self, why); in Wait()
641 if (why == kWaiting) { in Wait()
644 DCHECK(why == kTimedWaiting || why == kSleeping) << why; in Wait()
994 bool interruptShouldThrow, ThreadState why) { in Wait() argument
1027 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()
Dmonitor.h88 bool interruptShouldThrow, ThreadState why)
241 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
/art/test/431-type-propagation/smali/
DTypePropagation.smali34 # This environment is the reason why a phi is created at the join block