Home
last modified time | relevance | path

Searched refs:tf2 (Results 1 – 9 of 9) sorted by relevance

/sysdeps/pthread/
A Dtst-exit3.c17 tf2 (void *arg) in tf2() function
39 e = pthread_create (&th, NULL, tf2, NULL); in tf()
A Dtst-eintr2.c53 tf2 (void *arg) in tf2() function
76 xpthread_create (NULL, tf2, NULL); in do_test()
A Dtst-fork3.c30 tf2 (void *arg) in tf2() function
57 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in tf1()
A Dtst-key4.c49 tf2 (void *arg) in tf2() function
110 if (pthread_create (&th[j], NULL, tf2, NULL) != 0) in do_test()
A Dtst-once4.c87 tf2 (void *arg) in tf2() function
143 if (pthread_create (&th[1], NULL, tf2, NULL) != 0) in do_test()
A Dtst-cancel25.c13 tf2 (void *arg) in tf2() function
51 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in unwhand()
A Dtst-pt-tls4.c75 tf2 (void *arg) in tf2() function
109 if (pthread_create (&th[0], NULL, tf2, (void *) (uintptr_t) 1)) in do_test()
A Dtst-join5.c80 tf2 (void *arg) in tf2() function
152 th = xpthread_create (NULL, tf2, (void *) pthread_self ()); in do_test()
A Dtst-cond8.c99 tf2 (void *p) in tf2() function
219 err = pthread_create (&th, NULL, tf2, NULL); in do_test()

Completed in 10 milliseconds