Lines Matching refs:threads

619     VLOG(threads) << *self << " SuspendAll for " << cause << " starting...";  in SuspendAll()
621 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll()
664 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
666 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
710 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal()
778 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll()
780 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll()
812 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll()
814 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll()
820 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll()
822 VLOG(threads) << "Thread[null] ResumeAll complete"; in ResumeAll()
832 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") starting..." << reason; in Resume()
859 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") waking others"; in Resume()
864 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") complete"; in Resume()
894 VLOG(threads) << "SuspendThreadByPeer starting"; in SuspendThreadByPeer()
926 VLOG(threads) << "SuspendThreadByPeer failed for unattached thread: " in SuspendThreadByPeer()
930 VLOG(threads) << "SuspendThreadByPeer found thread: " << *thread; in SuspendThreadByPeer()
958 VLOG(threads) << "SuspendThreadByPeer thread suspended: " << *thread; in SuspendThreadByPeer()
992 VLOG(threads) << "SuspendThreadByPeer waiting to allow thread chance to suspend"; in SuspendThreadByPeer()
1015 VLOG(threads) << "SuspendThreadByThreadId starting"; in SuspendThreadByThreadId()
1041 VLOG(threads) << "SuspendThreadByThreadId found thread: " << *thread; in SuspendThreadByThreadId()
1075 VLOG(threads) << "SuspendThreadByThreadId thread suspended: " << *thread; in SuspendThreadByThreadId()
1098 VLOG(threads) << "SuspendThreadByThreadId waiting to allow thread chance to suspend"; in SuspendThreadByThreadId()
1258 if (VLOG_IS_ON(threads)) { in Register()
1294 VLOG(threads) << "ThreadList::Unregister() " << *self; in Unregister()