Searched refs:owner_thread_id (Results 1 – 1 of 1) sorted by relevance
703 uint32_t owner_thread_id = 0u; in Unlock() local708 owner_thread_id = owner->GetThreadId(); in Unlock()727 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()1037 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in InflateThinLocked() local1038 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()1049 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, in InflateThinLocked()1057 lock_word.ThinLockOwner() == owner_thread_id) { in InflateThinLocked()1107 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorEnter() local1108 if (owner_thread_id == thread_id) { in MonitorEnter()1205 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorExit() local[all …]