Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 25 of 103) sorted by relevance

12345

/sysdeps/pthread/
A Dtst-detach1.c25 tf (void *arg) in tf() function
35 if (pthread_create (&th, NULL, tf, (void *) pthread_self ()) != 0) in do_test()
A Dtst-exit2.c13 tf (void *arg) in tf() function
28 int e = pthread_create (&th, NULL, tf, NULL); in do_test()
A Dtst-stdio1.c28 static void *tf (void *a) in tf() function
43 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-eintr3.c31 tf (void *arg) in tf() function
50 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test()
A Dtst-join4.c28 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 Dtst-pt-align.c25 tf (void *arg) in tf() function
48 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-cancel26.c29 tf (void *arg) in tf() function
52 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-eintr5.c38 tf (void *arg) in tf() function
54 xpthread_create (NULL, tf, NULL); in do_test()
A Dtst-barrier4.c32 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 Dtst-fini1mod.c25 tf (void *arg) in tf() function
65 if (pthread_create (&th, NULL, tf, NULL) != 0) in m()
A Dtst-rwlock5.c34 tf (void *arg) in tf() function
71 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-signal5.c33 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 Dtst-tsd6.c14 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 Dtst-cancel6.c25 tf (void *arg) in tf() function
52 if (pthread_create (&th, NULL, tf, fp) != 0) in do_test()
A Dtst-tsd5.c34 tf (void *arg) in tf() function
69 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-join14.c35 tf (void *arg) in tf() function
51 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test_clock()
A Dtst-signal8.c25 tf (void *arg) in tf() function
55 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test()
A Dtst-stdio2.c30 static void *tf (void *a) in tf() function
60 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-pt-tls4.c33 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 Dtst-exit1.c29 tf (void *arg) in tf() function
52 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-join1.c27 tf (void *arg) in tf() function
65 if (pthread_create (&th, NULL, tf, (void *) pthread_self ()) != 0) in do_test()
A Dtst-_res1.c27 void *tf (void *resp) in tf() function
50 if (pthread_create (&th, NULL, tf, &_res) != 0) in main()
A Dtst-backtrace1.c40 tf (void *arg) in tf() function
51 if (pthread_create (&th, NULL, tf, NULL)) in do_test()
A Dtst-cancel18.c40 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 Dtst-fork2.c30 tf (void *arg) in tf() function
59 if (pthread_create (&th, NULL, tf, NULL) != 0) in main()

Completed in 20 milliseconds

12345