畅快航空

文章
5
资源
0
加入时间
2年10月21天

linux 下的多线程编程

1、 编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。顺便说一下,Linux下pthread的实现是通过系统调用clone()来实现的。clone()是Linux所特有的系统调用,它的使用方式类似fork。2、 函数pthread_join用来等待一个线程的结束。函数原型为:   extern int pthread_join __P