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 条评论

发表回复

您的电子邮箱地址不会被公开。