当前位置: 技术问答>linux和unix
LINUX多线程创建的问题
来源: 互联网 发布时间:2017-05-19
本文导语: 本帖最后由 finrod86921812 于 2014-05-23 22:34:58 编辑 #include #include #include pthread_t m_hThread; pthread_attr_t m_ThreadAttr; void *thread1(void *arg) { for (int i=0; i
#include
#include
#include
pthread_t m_hThread;
pthread_attr_t m_ThreadAttr;
void *thread1(void *arg)
{
for (int i=0; i