赞
踩
多线程编程:return、pthread_exit()、exit()函数区别:
return: 返回到调用者那里去
pthread_exit(): 将调用该函数的线程退出
exit(): 将进程退出