pthread_exit()和exit()之间的区别?

The*_*own 6 c pthreads

pthread_exit()和之间有什么区别exit()

arr*_*owd 6

你读过手册吗?

exit()执行正常的程序终止,同时pthread_exit()杀死调用线程.