/sysdeps/pthread/ |
A D | tst-detach1.c | 25 tf (void *arg) in tf() function 35 if (pthread_create (&th, NULL, tf, (void *) pthread_self ()) != 0) in do_test()
|
A D | tst-exit2.c | 13 tf (void *arg) in tf() function 28 int e = pthread_create (&th, NULL, tf, NULL); in do_test()
|
A D | tst-stdio1.c | 28 static void *tf (void *a) in tf() function 43 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-eintr3.c | 31 tf (void *arg) in tf() function 50 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test()
|
A D | tst-join4.c | 28 tf (void *arg) in tf() function 65 if (pthread_create (&th[0], &a, tf, NULL) != 0) in do_test() 77 if (pthread_create (&th[1], &a, tf, NULL) != 0) in do_test()
|
A D | tst-pt-align.c | 25 tf (void *arg) in tf() function 48 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-cancel26.c | 29 tf (void *arg) in tf() function 52 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-eintr5.c | 38 tf (void *arg) in tf() function 54 xpthread_create (NULL, tf, NULL); in do_test()
|
A D | tst-barrier4.c | 32 tf (void *arg) in tf() function 95 if (pthread_create (&th[cnt], &at, tf, NULL) != 0) in do_test() 107 tf (NULL); in do_test()
|
A D | tst-fini1mod.c | 25 tf (void *arg) in tf() function 65 if (pthread_create (&th, NULL, tf, NULL) != 0) in m()
|
A D | tst-rwlock5.c | 34 tf (void *arg) in tf() function 71 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-signal5.c | 33 tf (void *arg) in tf() function 71 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test() 93 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-tsd6.c | 14 tf (void *arg) in tf() function 47 if (pthread_create (&th, NULL, tf, &b) != 0) in do_test() 58 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-cancel6.c | 25 tf (void *arg) in tf() function 52 if (pthread_create (&th, NULL, tf, fp) != 0) in do_test()
|
A D | tst-tsd5.c | 34 tf (void *arg) in tf() function 69 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-join14.c | 35 tf (void *arg) in tf() function 51 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test_clock()
|
A D | tst-signal8.c | 25 tf (void *arg) in tf() function 55 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test()
|
A D | tst-stdio2.c | 30 static void *tf (void *a) in tf() function 60 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-pt-tls4.c | 33 tf (void *arg) in tf() function 86 tf (arg); in tf2() 146 if (pthread_create (&th[1], NULL, tf, (void *) (uintptr_t) 2)) in do_test() 152 tf ((void *) (uintptr_t) 0); in do_test()
|
A D | tst-exit1.c | 29 tf (void *arg) in tf() function 52 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-join1.c | 27 tf (void *arg) in tf() function 65 if (pthread_create (&th, NULL, tf, (void *) pthread_self ()) != 0) in do_test()
|
A D | tst-_res1.c | 27 void *tf (void *resp) in tf() function 50 if (pthread_create (&th, NULL, tf, &_res) != 0) in main()
|
A D | tst-backtrace1.c | 40 tf (void *arg) in tf() function 51 if (pthread_create (&th, NULL, tf, NULL)) in do_test()
|
A D | tst-cancel18.c | 40 tf (void *arg) in tf() function 72 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test() 124 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-fork2.c | 30 tf (void *arg) in tf() function 59 if (pthread_create (&th, NULL, tf, NULL) != 0) in main()
|