Home | History | Annotate | Download | only in runtime

Lines Matching defs:thread_id

723   uint32_t thread_id = self->GetThreadId();
731 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0));
740 if (owner_thread_id == thread_id) {
744 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count));
799 uint32_t thread_id = self->GetThreadId();
801 if (owner_thread_id != thread_id) {
811 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count));
846 uint32_t thread_id = self->GetThreadId();
848 if (owner_thread_id != thread_id) {
881 uint32_t thread_id = self->GetThreadId();
883 if (owner_thread_id != thread_id) {