Home
last modified time | relevance | path

Searched refs:th1 (Results 1 – 2 of 2) sorted by relevance

/sysdeps/pthread/
A Dtst-fork3.c94 pthread_t th1; in do_test() local
95 if (pthread_create (&th1, NULL, tf1, NULL) != 0) in do_test()
102 pthread_join (th1, NULL); in do_test()
A Dtst-cancel25.c94 pthread_t th1; in do_test() local
95 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