线程原语:pthread_create(),pthread_self(),pthread_exit(),pthread_join(),pthread_cancel(),pthread_detach(
原文 http://blog.csdn.net/tototuzuoquan/article/details/395534271 pthread_create()函数创建线程A:依赖的头文件#includeB:函数声明intpthread_create(pthread_t*thread,constpthread_attr_t*attr,void*(*start_routine)(void*),vo