Home | History | Annotate | Download | only in runtime

Lines Matching full:thread_name

988       std::string thread_name;
989 thread->GetThreadName(thread_name);
994 Append2LE(buf2 + 5, static_cast<uint16_t>(thread_name.length()));
996 WriteToBuf(reinterpret_cast<const uint8_t*>(thread_name.c_str()), thread_name.length());