Lines Matching refs:VLOG
618 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll()
620 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll()
663 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
665 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
715 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal()
783 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll()
785 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll()
817 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll()
819 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll()
825 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll()
827 VLOG(threads) << "Thread[null] ResumeAll complete"; in ResumeAll()
837 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") starting..." << reason; in Resume()
864 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") waking others"; in Resume()
869 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") complete"; in Resume()
899 VLOG(threads) << "SuspendThreadByPeer starting"; in SuspendThreadByPeer()
931 VLOG(threads) << "SuspendThreadByPeer failed for unattached thread: " in SuspendThreadByPeer()
935 VLOG(threads) << "SuspendThreadByPeer found thread: " << *thread; in SuspendThreadByPeer()
963 VLOG(threads) << "SuspendThreadByPeer thread suspended: " << *thread; in SuspendThreadByPeer()
997 VLOG(threads) << "SuspendThreadByPeer waiting to allow thread chance to suspend"; in SuspendThreadByPeer()
1020 VLOG(threads) << "SuspendThreadByThreadId starting"; in SuspendThreadByThreadId()
1046 VLOG(threads) << "SuspendThreadByThreadId found thread: " << *thread; in SuspendThreadByThreadId()
1080 VLOG(threads) << "SuspendThreadByThreadId thread suspended: " << *thread; in SuspendThreadByThreadId()
1103 VLOG(threads) << "SuspendThreadByThreadId waiting to allow thread chance to suspend"; in SuspendThreadByThreadId()
1122 VLOG(threads) << *self << " SuspendAllForDebugger starting..."; in SuspendAllForDebugger()
1145 VLOG(threads) << *self << " SuspendAllForDebugger complete"; in SuspendAllForDebugger()
1171 VLOG(threads) << *self << " self-suspending (debugger)"; in SuspendSelfForDebugger()
1177 VLOG(threads) << *self << " not self-suspending because debugger detached during invoke"; in SuspendSelfForDebugger()
1203 VLOG(jdwp) << *self << " still suspended after undo " in SuspendSelfForDebugger()
1212 VLOG(threads) << *self << " self-reviving (debugger)"; in SuspendSelfForDebugger()
1219 VLOG(threads) << *self << " ResumeAllForDebugger starting..."; in ResumeAllForDebugger()
1251 VLOG(threads) << "requesting thread resume: " << *thread; in ResumeAllForDebugger()
1263 VLOG(threads) << *self << " ResumeAllForDebugger complete"; in ResumeAllForDebugger()
1269 VLOG(threads) << *self << " UndoDebuggerSuspensions starting"; in UndoDebuggerSuspensions()
1295 VLOG(threads) << "UndoDebuggerSuspensions(" << *self << ") complete"; in UndoDebuggerSuspensions()
1431 VLOG(threads) << "ThreadList::Unregister() " << *self; in Unregister()