Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-fork3.c56 pthread_t th2; in tf1() local
57 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in tf1()
64 if (pthread_join (th2, &result) != 0) in tf1()
A Dtst-cancel25.c9 static pthread_t th2; variable
51 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