Home | History | Annotate | Download | only in debug

Lines Matching full:thread_name

658   char thread_name[32];
746 strlcpy(header_->thread_name, PlatformThread::GetName(),
747 sizeof(header_->thread_name));
905 header_->thread_name[sizeof(header_->thread_name) - 1] != '\0') {
975 output_snapshot->thread_name =
976 std::string(header_->thread_name, sizeof(header_->thread_name) - 1);
984 output_snapshot->thread_name.resize(
985 strlen(output_snapshot->thread_name.c_str()));