linux建立线程和windows建立线程对比

linux:linux 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<pthread.h> 4 5 /* 声明结构体 */ 6 struct member 7 { 8 int num; 9 char *name; 10 }; 11 12 /* 定义线程pthread */ 13 static
相关文章
相关标签/搜索