Lines Matching defs:thread_name
1652 uint8_t signo, const std::string &thread_name, const std::string &reason,
1700 thread_sp->SetName(thread_name.empty() ? nullptr : thread_name.c_str());
1984 std::string thread_name;
2001 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name,
2024 thread_name = std::string(object->GetStringValue());
2110 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name,
2143 std::string thread_name;
2205 name_extractor.GetHexByteString(thread_name);
2207 thread_name = std::string(value);
2343 tid, expedited_register_map, signo, thread_name, reason, description,