- std thread 官方没有这个api
- linux一般用pthread_getthreadid_np 或者 prctl 来解决。
pthread_getthreadid_np
pthread_getthreadid_np wasn’t on my Mac os x. pthread_t is an opaque type. Don’t beat your head over it. Just assign it to void* and call it good. If you need to printf use %p.文章来源:https://www.toymoban.com/news/detail-475077.html
linux 似乎很容易
-
比如:文章来源地址https://www.toymoban.com/news/detail-475077.html
pthread_setname_np(pthread_self(), "Specific name");
microsoft 的文档
<到了这里,关于【thread】windows设置线程名字的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!