Lines Matching refs:GetThreadId
238 CHECK_EQ(owner->GetThreadId(), lw.ThinLockOwner()); in Install()
475 const uint32_t orig_owner_thread_id = orig_owner->GetThreadId(); in Lock()
695 current_owner_thread_id = current_owner->GetThreadId(); in FailedUnlock()
771 owner_thread_id = owner->GetThreadId(); in Unlock()
774 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()
1041 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate()
1058 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()
1107 uint32_t thread_id = self->GetThreadId(); in MonitorEnter()
1222 FailedUnlock(h_obj.Get(), self->GetThreadId(), 0u, nullptr); in MonitorExit()
1225 uint32_t thread_id = self->GetThreadId(); in MonitorExit()
1297 uint32_t thread_id = self->GetThreadId(); in Wait()
1332 uint32_t thread_id = self->GetThreadId(); in DoNotify()
1592 return owner->GetThreadId(); in GetOwnerThreadId()