thr_routine
pthread_create(&td, NULL, thr_routine, NULL);
pthread_create(&td, NULL, thr_routine, NULL);
pthread_create(&td, NULL, thr_routine, NULL);
if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0)