Searched refs:th1 (Results 1 – 2 of 2) sorted by relevance
94 pthread_t th1; in do_test() local95 if (pthread_create (&th1, NULL, tf1, NULL) != 0) in do_test()102 pthread_join (th1, NULL); in do_test()
94 pthread_t th1; in do_test() local95 if (pthread_create (&th1, NULL, tf, NULL) != 0) in do_test()113 if (pthread_cancel (th1) != 0) in do_test()120 if (pthread_join (th1, &res) != 0) in do_test()
Completed in 3 milliseconds