标签: c pthreads
ret_kill = pthread_kill(的thread_id,0);
if(ret_kill == 0) { doesthis means the thread is still alive ? }
doesthis means the thread is still alive ?
否则 {
does this mean thread is terminated and is joinable
}