Searched refs:tf1 (Results 1 – 6 of 6) sorted by relevance
/sysdeps/pthread/ |
A D | tst-eintr2.c | 37 tf1 (void *arg) in tf1() function 75 xpthread_create (NULL, tf1, NULL); in do_test()
|
A D | tst-fork3.c | 44 tf1 (void *arg) in tf1() function 95 if (pthread_create (&th1, NULL, tf1, NULL) != 0) in do_test()
|
A D | tst-key4.c | 34 tf1 (void *arg) in tf1() function 96 if (pthread_create (&th[j], NULL, tf1, NULL) != 0) in do_test()
|
A D | tst-once4.c | 72 tf1 (void *arg) in tf1() function 117 if (pthread_create (&th[0], NULL, tf1, NULL) != 0) in do_test()
|
A D | tst-join5.c | 65 tf1 (void *arg) in tf1() function 115 th = xpthread_create (NULL, tf1, (void *) pthread_self ()); in do_test()
|
A D | tst-cond8.c | 59 tf1 (void *p) in tf1() function 165 err = pthread_create (&th, NULL, tf1, NULL); in do_test()
|
Completed in 7 milliseconds