摘要: 使用POSIX编写多线程C++程序 创建线程 #include <pthread.h> pthread_create(thread,attr,start_routine,arg) pthread_create创建一个新的线程。下面是各参数的说明: 参数 描述 thread 指向线程标识符指针。 at 阅读全文
posted @ 2019-12-23 18:37 自强· 阅读(429) 评论(0) 推荐(0) 编辑