Lines Matching refs:thread_id
1103 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
1119 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.GCState())); in MonitorEnter()
1133 if (owner_thread_id == thread_id) { in MonitorEnter()
1138 LockWord thin_locked(LockWord::FromThinLockId(thread_id, in MonitorEnter()
1237 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
1239 if (owner_thread_id != thread_id) { in MonitorExit()
1240 FailedUnlock(h_obj.Get(), thread_id, owner_thread_id, nullptr); in MonitorExit()
1247 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.GCState()); in MonitorExit()
1309 uint32_t thread_id = self->GetThreadId(); in Wait() local
1311 if (owner_thread_id != thread_id) { in Wait()
1344 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
1346 if (owner_thread_id != thread_id) { in DoNotify()