Searched refs:thread_name (Results 1 – 3 of 3) sorted by relevance
29 optional string thread_name = 1; field
913 void SetThreadName(const std::string& thread_name) { in SetThreadName() argument917 for (const char str_el : thread_name) { in SetThreadName()925 const char* name_start_ptr = thread_name.c_str(); in SetThreadName()926 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()927 name_start_ptr += thread_name.length() - MAX_NAME_LENGTH; in SetThreadName()
9396 optional string thread_name = 5; field