Searched refs:th2 (Results 1 – 2 of 2) sorted by relevance
56 pthread_t th2; in tf1() local57 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in tf1()64 if (pthread_join (th2, &result) != 0) in tf1()
9 static pthread_t th2; variable51 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in unwhand()145 if (pthread_cancel (th2) != 0) in do_test()152 if (pthread_join (th2, &res) != 0) in do_test()
Completed in 3 milliseconds