Searched refs:th (Results 1 – 1 of 1) sorted by relevance
39 pthread_t th[4]; in test() local47 if (pthread_create (&th[i], NULL, tf, NULL)) in test()53 pthread_join (th[i], NULL); in test()
Completed in 3 milliseconds