namespace art { } SetThreadName(设置当前线程名称) 55 // Sets the name of the current thread. The name may be truncated to an 56 // implementation-defined limit. 57 void SetThreadName(const char* thread_name); 会调用pthread_setname_np(pthread_self(), buf) 收藏 分类: tool模块 0 条评论 发表回复 取消回复 您的电子邮箱地址不会被公开。 必填项已用*标注 名称 * 电子邮件 * 网站 在想些什么?
0 条评论