发布时间:2014-04-01 10:15:38
linux 下线程的使用,主要包含以下方法。编译命令 g++ thread.cpp -o thread -lpthread要用的pthread库头文件 #include <pthread.h>[1]函数声明 int pthread_create(pthread_t *thread, const pthread_attr_t *attr,void*(*start_routine) (void*), void*arg).........【阅读全文】
阅读(2371) | 评论(0) | 转发(0)