0

如何在 C++ 中命名线程以查看所有负责打开串行端口的人?

pthread_attr_t attr;
pthread_attr_init(&attr);       
int rc = pthread_create(&this->mainThread, &attr,  &goThread, (void*)this );

在此处输入图像描述

4

0 回答 0