Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_id

871   uint32_t thread_id = self->GetThreadId();
879 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.ReadBarrierState()));
889 if (owner_thread_id == thread_id) {
893 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count,
968 uint32_t thread_id = self->GetThreadId();
970 if (owner_thread_id != thread_id) {
971 FailedUnlock(h_obj.Get(), thread_id, owner_thread_id, nullptr);
978 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.ReadBarrierState());
1024 uint32_t thread_id = self->GetThreadId();
1026 if (owner_thread_id != thread_id) {
1059 uint32_t thread_id = self->GetThreadId();
1061 if (owner_thread_id != thread_id) {