Lines Matching full:owner
103 MTManagedThread *owner = nullptr; in InflateThinLock() local
109 …owner = thread->GetVM()->GetThreadManager()->SuspendAndWaitThreadByInternalThreadId(owner_thread_i… in InflateThinLock()
114 if (owner != nullptr) { in InflateThinLock()
116 Inflate<true>(obj_handle.GetPtr(), owner); in InflateThinLock()
117 owner->ResumeImpl(true); in InflateThinLock()
546 MTManagedThread *owner = this->GetOwner(); in Acquire() local
547 if (owner == thread) { in Acquire()
583 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Acquire"; in Acquire()
605 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Acquire"; in Acquire()
628 LOG(FATAL, RUNTIME) << "Set monitor owner failed in InitWithOwner"; in Acquire()
666 LOG(FATAL, RUNTIME) << "Set monitor owner failed in Release"; in Acquire()
795 LOG(DEBUG, RUNTIME) << "Trying to deflate monitor which already has owner"; in Acquire()
869 MTManagedThread *owner = monitor->GetOwner(); in Acquire() local
870 if (owner == nullptr) { in Acquire()
873 return owner->GetId(); in Acquire()