获取保存的线程名称。
const Containers::String& GetName() const;
当前头文件内联实现直接返回 m_name 的常量引用。
m_name
const Containers::String&
Thread