Searched refs:owner_thread_id (Results 1 – 1 of 1) sorted by relevance
699 uint32_t owner_thread_id = 0u; in Unlock() local704 owner_thread_id = owner->GetThreadId(); in Unlock()723 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()981 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in InflateThinLocked() local982 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()993 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, in InflateThinLocked()1001 lock_word.ThinLockOwner() == owner_thread_id) { in InflateThinLocked()1049 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorEnter() local1050 if (owner_thread_id == thread_id) { in MonitorEnter()1144 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorExit() local[all …]