Lines Matching refs:thread_id
1087 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
1099 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.GCState())); in MonitorEnter()
1108 if (owner_thread_id == thread_id) { in MonitorEnter()
1113 LockWord thin_locked(LockWord::FromThinLockId(thread_id, in MonitorEnter()
1204 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
1206 if (owner_thread_id != thread_id) { in MonitorExit()
1207 FailedUnlock(h_obj.Get(), thread_id, owner_thread_id, nullptr); in MonitorExit()
1214 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.GCState()); in MonitorExit()
1276 uint32_t thread_id = self->GetThreadId(); in Wait() local
1278 if (owner_thread_id != thread_id) { in Wait()
1311 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
1313 if (owner_thread_id != thread_id) { in DoNotify()