HomeSort by relevance Sort by last modified time
    Searched full:debug_thread (Results 1 - 1 of 1) sorted by null

  /art/runtime/
thread_list.cc 831 Thread* debug_thread = Dbg::GetDebugThread(); local
845 if (thread == self || thread == debug_thread) {
867 AssertThreadsAreSuspended(self, self, debug_thread);
877 Thread* debug_thread = Dbg::GetDebugThread(); local
878 CHECK(self != debug_thread);
940 Thread* debug_thread = Dbg::GetDebugThread(); local
    [all...]

Completed in 196 milliseconds