Pthread join

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Pthread join

vaishnavi
Hi

I'm creating a thread in plugin using pthread create during null to ready transition. The creation is successfull. I'm using pthread_join for synchronization.The thread has not exited,but the join is successful with proper return value. The join doesnt seem to work properly. The join is called during Paused to ready state.I have also tried the join in ready to null transition,both having sigsegv issue.


I have C application with these calls which works fine. The problem is in the plugin code.