Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_id

860   uint32_t thread_id = self->GetThreadId();
868 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.ReadBarrierState()));
878 if (owner_thread_id == thread_id) {
882 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count,
950 uint32_t thread_id = self->GetThreadId();
952 if (owner_thread_id != thread_id) {
953 FailedUnlock(h_obj.Get(), thread_id, owner_thread_id, nullptr);
960 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.ReadBarrierState());
1006 uint32_t thread_id = self->GetThreadId();
1008 if (owner_thread_id != thread_id) {
1041 uint32_t thread_id = self->GetThreadId();
1043 if (owner_thread_id != thread_id) {