UNIX(编程-线程处理):03---线程的创建(pthread_create)

一、格式 #include <pthread.h> int pthread_create(pthread_t *restrict tidp,const pthread_attr_t *restrict attr,void *(*start_rtn)(void *), void *restrict arg); 返回值: 成功:返回0 出错:返回错误编号 参数 参数1:当pthread_create成
相关文章
相关标签/搜索