linux 创建线程【点击查看详情】
1、pthread_create函数创建。2、用代码创建多线程。3、用[root]# g++ -o demo main.cpp -lpthread,编译运行。
相关视频/文章