Searched refs:thr (Results 1 – 1 of 1) sorted by relevance
71 pthread_t thr[N]; in do_test() local80 int rc = pthread_create (&thr[i], NULL, resolve, NULL); in do_test()92 int rc = pthread_join (thr[i], &retval); in do_test()
Completed in 10 milliseconds