Home
last modified time | relevance | path

Searched refs:debug_thread (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread_list.cc938 Thread* debug_thread = Dbg::GetDebugThread(); in SuspendAllForDebugger() local
942 SuspendAllInternal(self, self, debug_thread, true); in SuspendAllForDebugger()
971 Thread* debug_thread = Dbg::GetDebugThread(); in SuspendSelfForDebugger() local
972 CHECK(self != debug_thread); in SuspendSelfForDebugger()
1034 Thread* debug_thread = Dbg::GetDebugThread(); in ResumeAllForDebugger() local
1061 if (thread == self || thread == debug_thread) { in ResumeAllForDebugger()