Searched refs:follower_th (Results 1 – 1 of 1) sorted by relevance
481 pthread_t leader_th, follower_th; in main() local544 if (pthread_create(&follower_th, NULL, follower, pat_p)){ in main()559 if (pthread_join(follower_th, NULL)){ in main()