Searched refs:owner_thread_id (Results 1 – 1 of 1) sorted by relevance
766 uint32_t owner_thread_id = 0u; in Unlock() local771 owner_thread_id = owner->GetThreadId(); in Unlock()774 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()1057 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in InflateThinLocked() local1058 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()1069 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, in InflateThinLocked()1077 lock_word.ThinLockOwner() == owner_thread_id) { in InflateThinLocked()1128 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorEnter() local1129 if (owner_thread_id == thread_id) { in MonitorEnter()1226 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorExit() local[all …]