Lines Matching full:thread_name
1004 std::string thread_name;1005 thread->GetThreadName(thread_name);1010 Append2LE(buf2 + 5, static_cast<uint16_t>(thread_name.length()));1012 WriteToBuf(reinterpret_cast<const uint8_t*>(thread_name.c_str()), thread_name.length());