ret_kill=pthread_kill(thread_id,0);
if( ret_kill == 0)
{
doesthis means the thread is still alive ?
}
else {
does this mean thread is terminated and is joinable
}
ret_kill=pthread_kill(thread_id,0);
if( ret_kill == 0)
{
doesthis means the thread is still alive ?
}
else {
does this mean thread is terminated and is joinable
}