/nptl/ |
A D | tst-attr3.c | 31 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 D | tst-stack2.c | 29 tf (void *p) in tf() function 51 res = pthread_create (&th, &attr, tf, NULL); in do_test()
|
A D | tst-tsd4.c | 46 tf (void *arg) in tf() function 73 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-sched1.c | 27 tf (void *a) in tf() function 72 if (pthread_create (&th, &at, tf, NULL) != 0) in do_test()
|
A D | tst-cancel24.cc | 24 tf (void *arg) in tf() function 64 if (pthread_create (&th, NULL, tf, &s) != 0) in do_test()
|
A D | tst-sem11.c | 12 tf (void *arg) in tf() function 47 if (pthread_create (&th, NULL, tf, &u.s) != 0) in main()
|
A D | tst-stack3.c | 35 tf (void *p) in tf() function 69 res = pthread_create (&th, &attr, tf, NULL); in do_test()
|
A D | tst-tsd3.c | 67 tf (void *arg) in tf() function 96 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-barrier5.c | 35 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 D | tst-rwlock20.c | 47 tf (void* arg) in tf() function 101 thr[n] = xpthread_create (NULL, tf, (void *) (uintptr_t) n); in do_test()
|
A D | tst-exec4.c | 27 tf (void *arg) in tf() function 95 if (pthread_create (&th, NULL, tf, argv) != 0) in do_test()
|
A D | tst-tls3.c | 112 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 D | tst-tls3mod.c | 61 tf (void *arg) in tf() function
|
A D | tst-exec5.c | 40 tf (void *arg) in tf() function 98 pthread_t th = xpthread_create (NULL, &tf, NULL); in do_test()
|
A D | tst-cond22.c | 19 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 D | tst-cleanup4.c | 107 tf (void *a) in tf() function 162 if (pthread_create (&th, NULL, tf, (void *) i) != 0) in do_test()
|
A D | tst-cancel17.c | 41 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 D | tst-mutex8.c | 45 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 D | tst-stackguard1.c | 54 tf (void *arg) in tf() function 85 if (pthread_create (&th[i], NULL, tf, NULL)) in do_test()
|
A D | tst-rwlock7.c | 50 tf (void *arg) in tf() function 134 pthread_t th = xpthread_create (NULL, tf, &args); in do_test_clock()
|
A D | tst-clock2.c | 32 tf (void *arg) in tf() function 107 if (pthread_create (&th[i], &at, tf, NULL) != 0) in do_test()
|
A D | tst-cancel7.c | 42 tf (void *arg) in tf() function 116 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test()
|
A D | tst-rwlock6.c | 51 tf (void *arg) in tf() function 154 pthread_t th = xpthread_create (NULL, tf, &args); in do_test_clock()
|
A D | tst-context1.c | 92 tf (void *arg) in tf() function 187 if (pthread_create (&th[n], &at, tf, (void *) (long int) n) != 0) in do_test()
|
A D | tst-signal3.c | 70 tf (void *arg) in tf() function 160 if (pthread_create (&th[i], &a, tf, (void *) (long int) i) != 0) in do_test()
|