Searched refs:th (Results 1 – 2 of 2) sorted by relevance
35 pthread_t th[N]; in do_test() local38 int e = pthread_create (&th[i], NULL, tf, NULL); in do_test()48 int e = pthread_join (th[i], &res); in do_test()
209 pthread_t th; in do_test() local210 int rc = pthread_create (&th, NULL, &tryme_thread, f); in do_test()
Completed in 4 milliseconds