Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thread_name

834   std::string thread_name;
835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name);
837 thread_name = "<unknown>";
839 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name;