linux c 线程相关函数

获取调用线程tid

#include <pthread.h>
pthread_t pthread_self(void);

示例:

center">复制代码

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgzppx.html