linux下的多线程编程常用函数
Linux下pthread的实现是通过系统调用clone()来实现的。clone()是Linux所特有的系统调用,他的使用方式类似fork.int pthread_create(pthread_t
linux下的多线程编程常用函数