Lines Matching refs:th
117 pthread_t th; in do_test() local
118 if (pthread_create (&th, NULL, tf, &a) != 0) in do_test()
136 if (pthread_cancel (th) != 0) in do_test()
143 if (pthread_join (th, &status) != 0) in do_test()
167 if (pthread_create (&th, NULL, tf2, &a) != 0) in do_test()
186 if (pthread_cancel (th) != 0) in do_test()
192 if (pthread_join (th, &status) != 0) in do_test()
247 if (pthread_create (&th, NULL, tf, ap) != 0) in do_test()
254 if (pthread_cancel (th) != 0) in do_test()
267 if (pthread_join (th, &status) != 0) in do_test()
291 if (pthread_create (&th, NULL, tf2, ap) != 0) in do_test()
298 if (pthread_cancel (th) != 0) in do_test()
311 if (pthread_join (th, &status) != 0) in do_test()