码迷,mamicode.com
首页 > 编程语言 > 详细

Linux多线程程序设计------创建线程

时间:2014-07-16 14:00:08      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:art   linux   re   c   ar   设计   

1、创建线程

#include<pthread.h>

int pthread_create(pthread_t* tidp,const pthread_attr_t *attr,void*(*start_rtn)(void),void*arg)

tidp:线程id

attr:线程属性(通常为空)

start_rtn:线程要执行的函数

arg:start_rtn的参数

Linux多线程程序设计------创建线程,布布扣,bubuko.com

Linux多线程程序设计------创建线程

标签:art   linux   re   c   ar   设计   

原文地址:http://www.cnblogs.com/liutianyi10/p/3848382.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!