Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc1120 Thread* debug_thread = Dbg::GetDebugThread(); in SuspendAllForDebugger() local
1124 SuspendAllInternal(self, self, debug_thread, SuspendReason::kForDebugger); in SuspendAllForDebugger()
1153 Thread* debug_thread = Dbg::GetDebugThread(); in SuspendSelfForDebugger() local
1154 CHECK(self != debug_thread); in SuspendSelfForDebugger()
1217 Thread* debug_thread = Dbg::GetDebugThread(); in ResumeAllForDebugger() local
1244 if (thread == self || thread == debug_thread) { in ResumeAllForDebugger()