Hi,
I have some problem with pthread....
I use "pthread_create" to create a thread in order to run some functions...I wonder after running through all the functions, will the pthread terminated? Or should I use "pthread_exit" in order to terminate the pthread???
Start Free Trial