Home | History | Annotate | Download | only in runtime

Lines Matching full:threadid

603   uint32_t threadId = self->GetThinLockId();
611 if (LW_LOCK_OWNER(thin) == threadId) {
629 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT);
636 threadId, thinp, PrettyTypeOf(obj).c_str(), LW_LOCK_OWNER(thin));
650 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT);
673 VLOG(monitor) << StringPrintf("monitor: thread %d found lock %p surprise-fattened by another thread", threadId, thinp);
679 VLOG(monitor) << StringPrintf("monitor: thread %d spin on lock %p done", threadId, thinp);
685 VLOG(monitor) << StringPrintf("monitor: thread %d fattened lock %p", threadId, thinp);
690 threadId, thinp, LW_MONITOR(*thinp),