Lines Matching defs:thread_name
1654 uint8_t signo, const std::string &thread_name, const std::string &reason,
1702 thread_sp->SetName(thread_name.empty() ? nullptr : thread_name.c_str());
2025 std::string thread_name;
2042 thread_dict->ForEach([this, &tid, &expedited_register_map, &thread_name,
2065 thread_name = std::string(object->GetStringValue());
2151 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name,
2184 std::string thread_name;
2246 name_extractor.GetHexByteString(thread_name);
2248 thread_name = std::string(value);
2389 tid, expedited_register_map, signo, thread_name, reason, description,