Home | History | Annotate | Download | only in runtime

Lines Matching full:thread_name

278           std::string thread_name;
279 GetThread()->GetThreadName(thread_name);
285 LOG(FATAL) << "While walking " << thread_name << " found unexpected non-runtime method"
333 std::string thread_name;
334 thread->GetThreadName(thread_name);
335 LOG(INFO) << "Installing exit stubs in " << thread_name;
443 std::string thread_name;
444 thread->GetThreadName(thread_name);
445 LOG(INFO) << "Removing exit stubs in " << thread_name;