Lines Matching refs:threads

308     VLOG(threads) << *self << " SuspendAll starting...";  in SuspendAll()
310 VLOG(threads) << "Thread[null] SuspendAll starting..."; in SuspendAll()
331 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAll()
360 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
362 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
370 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll()
372 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll()
400 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll()
402 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll()
409 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll()
411 VLOG(threads) << "Thread[null] ResumeAll complete"; in ResumeAll()
418 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") starting..." in Resume()
438 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") waking others"; in Resume()
443 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") complete"; in Resume()
468 VLOG(threads) << "SuspendThreadByPeer starting"; in SuspendThreadByPeer()
485 VLOG(threads) << "SuspendThreadByPeer failed for unattached thread: " in SuspendThreadByPeer()
489 VLOG(threads) << "SuspendThreadByPeer found thread: " << *thread; in SuspendThreadByPeer()
509 VLOG(threads) << "SuspendThreadByPeer thread suspended: " << *thread; in SuspendThreadByPeer()
523 VLOG(threads) << "SuspendThreadByPeer sleeping to allow thread chance to suspend"; in SuspendThreadByPeer()
541 VLOG(threads) << "SuspendThreadByThreadId starting"; in SuspendThreadByThreadId()
565 VLOG(threads) << "SuspendThreadByThreadId found thread: " << *thread; in SuspendThreadByThreadId()
586 VLOG(threads) << "SuspendThreadByThreadId thread suspended: " << *thread; in SuspendThreadByThreadId()
600 VLOG(threads) << "SuspendThreadByThreadId sleeping to allow thread chance to suspend"; in SuspendThreadByThreadId()
621 VLOG(threads) << *self << " SuspendAllForDebugger starting..."; in SuspendAllForDebugger()
636 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllForDebugger()
657 VLOG(threads) << *self << " SuspendAllForDebugger complete"; in SuspendAllForDebugger()
679 VLOG(threads) << *self << " self-suspending (debugger)"; in SuspendSelfForDebugger()
717 VLOG(threads) << *self << " self-reviving (debugger)"; in SuspendSelfForDebugger()
724 VLOG(threads) << *self << " ResumeAllForDebugger starting..."; in ResumeAllForDebugger()
756 VLOG(threads) << "requesting thread resume: " << *thread; in ResumeAllForDebugger()
767 VLOG(threads) << *self << " ResumeAllForDebugger complete"; in ResumeAllForDebugger()
773 VLOG(threads) << *self << " UndoDebuggerSuspensions starting"; in UndoDebuggerSuspensions()
795 VLOG(threads) << "UndoDebuggerSuspensions(" << *self << ") complete"; in UndoDebuggerSuspensions()
861 if (VLOG_IS_ON(threads)) { in Register()
887 VLOG(threads) << "ThreadList::Unregister() " << *self; in Unregister()