摘要: ret = pthread_create(&id,NULL,(void*)readThread,NULL); if(ret!=0) { printf("creat pthread id1 error : %s(errno : %d)\n",strerror(errno),errno); } 创建一个 阅读全文
posted @ 2017-09-08 21:18 robin1994 阅读(102) 评论(0) 推荐(0)