Home
last modified time | relevance | path

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

12

/nptl/
A Dtst-attr3.c31 tf (void *arg) in tf() function
44 return tf; in tf()
70 result = tf; in tf()
76 result = tf; in tf()
111 result = tf; in tf()
117 result = tf; in tf()
136 result = tf; in tf()
142 result = tf; in tf()
159 result = tf; in tf()
165 result = tf; in tf()
[all …]
A Dtst-stack2.c29 tf (void *p) in tf() function
51 res = pthread_create (&th, &attr, tf, NULL); in do_test()
A Dtst-tsd4.c46 tf (void *arg) in tf() function
73 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-sched1.c27 tf (void *a) in tf() function
72 if (pthread_create (&th, &at, tf, NULL) != 0) in do_test()
A Dtst-cancel24.cc24 tf (void *arg) in tf() function
64 if (pthread_create (&th, NULL, tf, &s) != 0) in do_test()
A Dtst-sem11.c12 tf (void *arg) in tf() function
47 if (pthread_create (&th, NULL, tf, &u.s) != 0) in main()
A Dtst-stack3.c35 tf (void *p) in tf() function
69 res = pthread_create (&th, &attr, tf, NULL); in do_test()
A Dtst-tsd3.c67 tf (void *arg) in tf() function
96 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-barrier5.c35 tf (void *arg) in tf() function
120 if (pthread_create (&th[cnt], &at, tf, NULL) != 0) in do_test()
132 tf (NULL); in do_test()
A Dtst-rwlock20.c47 tf (void* arg) in tf() function
101 thr[n] = xpthread_create (NULL, tf, (void *) (uintptr_t) n); in do_test()
A Dtst-exec4.c27 tf (void *arg) in tf() function
95 if (pthread_create (&th, NULL, tf, argv) != 0) in do_test()
A Dtst-tls3.c112 void *(*tf) (void *) = dlsym (h, "tf"); in do_test() local
113 if (tf == NULL) in do_test()
153 if (pthread_create (&th[i], &a, tf, cbs[i]) != 0) in do_test()
A Dtst-tls3mod.c61 tf (void *arg) in tf() function
A Dtst-exec5.c40 tf (void *arg) in tf() function
98 pthread_t th = xpthread_create (NULL, &tf, NULL); in do_test()
A Dtst-cond22.c19 tf (void *arg) in tf() function
66 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
118 if (pthread_create (&th, NULL, tf, (void *) 1l) != 0) in do_test()
A Dtst-cleanup4.c107 tf (void *a) in tf() function
162 if (pthread_create (&th, NULL, tf, (void *) i) != 0) in do_test()
A Dtst-cancel17.c41 tf (void *arg) in tf() function
118 if (pthread_create (&th, NULL, tf, &a) != 0) in do_test()
247 if (pthread_create (&th, NULL, tf, ap) != 0) in do_test()
A Dtst-mutex8.c45 tf (void *arg) in tf() function
211 if (pthread_create (&th, NULL, tf, NULL) != 0) in check_type()
286 if (pthread_create (&th, NULL, tf, (void *) 1) != 0) in check_type()
A Dtst-stackguard1.c54 tf (void *arg) in tf() function
85 if (pthread_create (&th[i], NULL, tf, NULL)) in do_test()
A Dtst-rwlock7.c50 tf (void *arg) in tf() function
134 pthread_t th = xpthread_create (NULL, tf, &args); in do_test_clock()
A Dtst-clock2.c32 tf (void *arg) in tf() function
107 if (pthread_create (&th[i], &at, tf, NULL) != 0) in do_test()
A Dtst-cancel7.c42 tf (void *arg) in tf() function
116 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test()
A Dtst-rwlock6.c51 tf (void *arg) in tf() function
154 pthread_t th = xpthread_create (NULL, tf, &args); in do_test_clock()
A Dtst-context1.c92 tf (void *arg) in tf() function
187 if (pthread_create (&th[n], &at, tf, (void *) (long int) n) != 0) in do_test()
A Dtst-signal3.c70 tf (void *arg) in tf() function
160 if (pthread_create (&th[i], &a, tf, (void *) (long int) i) != 0) in do_test()

Completed in 17 milliseconds

12