Lines Matching refs:GetThreadId
160 CHECK_EQ(owner_->GetThreadId(), lw.ThinLockOwner()); in Install()
476 original_owner_thread_id = owner_->GetThreadId(); in Lock()
651 current_owner_thread_id = current_owner->GetThreadId(); in FailedUnlock()
708 owner_thread_id = owner->GetThreadId(); in Unlock()
727 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()
987 LockWord new_lw = LockWord::FromThinLockId(owner->GetThreadId(), in Deflate()
1021 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate()
1038 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()
1087 uint32_t thread_id = self->GetThreadId(); in MonitorEnter()
1201 FailedUnlock(h_obj.Get(), self->GetThreadId(), 0u, nullptr); in MonitorExit()
1204 uint32_t thread_id = self->GetThreadId(); in MonitorExit()
1276 uint32_t thread_id = self->GetThreadId(); in Wait()
1311 uint32_t thread_id = self->GetThreadId(); in DoNotify()
1556 return owner->GetThreadId(); in GetOwnerThreadId()