pthread多線程的建立

多線程的建立多線程 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <errno.h> #include <fcntl.h> #include <pthread.h> struct number{ int a; ch
相關文章
相關標籤/搜索