POSIX线程的创建与取消—pthreads线程库实例笔记1
POSIX线程的创建与取消—pthreads线程库实例笔记1
http://www.cnblogs.com/blueclue/archive/2010/06/11/1754899.html
创建线程函数——pthread_create()
#include pthread.h>
int pthread_create( pthread_t* thread, const p
转载
2013-02-06 15:09:43 ·
697 阅读 ·
0 评论