Searched refs:thread_name (Results 1 – 3 of 3) sorted by relevance
29 optional string thread_name = 1; field
733 void SetThreadName(const std::string& thread_name) { in SetThreadName() argument737 for (const char str_el : thread_name) { in SetThreadName()745 const char* name_start_ptr = thread_name.c_str(); in SetThreadName()746 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()747 name_start_ptr += thread_name.length() - MAX_NAME_LENGTH; in SetThreadName()
4833 optional string thread_name = 5; field