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

  /art/runtime/
monitor.h 51 enum class LockReason {
216 template<LockReason reason = LockReason::kForLock>
monitor.cc 412 template <LockReason reason>
460 if (reason == LockReason::kForLock && !called_monitors_callback) {
593 CHECK(reason == LockReason::kForLock);
598 template void Monitor::Lock<LockReason::kForLock>(Thread* self);
599 template void Monitor::Lock<LockReason::kForWait>(Thread* self);
    [all...]

Completed in 62 milliseconds