Searched refs:tf2 (Results 1 – 9 of 9) sorted by relevance
/sysdeps/pthread/ |
A D | tst-exit3.c | 17 tf2 (void *arg) in tf2() function 39 e = pthread_create (&th, NULL, tf2, NULL); in tf()
|
A D | tst-eintr2.c | 53 tf2 (void *arg) in tf2() function 76 xpthread_create (NULL, tf2, NULL); in do_test()
|
A D | tst-fork3.c | 30 tf2 (void *arg) in tf2() function 57 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in tf1()
|
A D | tst-key4.c | 49 tf2 (void *arg) in tf2() function 110 if (pthread_create (&th[j], NULL, tf2, NULL) != 0) in do_test()
|
A D | tst-once4.c | 87 tf2 (void *arg) in tf2() function 143 if (pthread_create (&th[1], NULL, tf2, NULL) != 0) in do_test()
|
A D | tst-cancel25.c | 13 tf2 (void *arg) in tf2() function 51 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in unwhand()
|
A D | tst-pt-tls4.c | 75 tf2 (void *arg) in tf2() function 109 if (pthread_create (&th[0], NULL, tf2, (void *) (uintptr_t) 1)) in do_test()
|
A D | tst-join5.c | 80 tf2 (void *arg) in tf2() function 152 th = xpthread_create (NULL, tf2, (void *) pthread_self ()); in do_test()
|
A D | tst-cond8.c | 99 tf2 (void *p) in tf2() function 219 err = pthread_create (&th, NULL, tf2, NULL); in do_test()
|
Completed in 10 milliseconds