线程介绍
线程介绍
线程介绍
线程介绍
int pthread_join(pthread_t thread,void **value_ptr);wait
等待线程结束函数,NULL
void pthread_exit(void *value_ptr);
exit(0);
Func()
{
funb()
}
Funb()
{
return
}
_exit(0);
线程退出函数
线程介绍
线程介绍
线程介绍

相关文章: