Lines Matching full:thread_name
2451 const char *thread_name = DNBThreadGetName (pid, tid);
2452 if (thread_name && thread_name[0])
2454 size_t thread_name_len = strlen(thread_name);
2456 if (::strcspn (thread_name, "$#+-;:") == thread_name_len)
2457 ostrm << std::hex << "name:" << thread_name << ';';
2462 uint8_t *u_thread_name = (uint8_t *)thread_name;