/glibc-2.36/sysdeps/pthread/ |
D | tst-rwlock16.c | 132 if (pthread_create (&w1, NULL, writer, NULL) != 0) in do_test() 137 if (pthread_create (&w2, NULL, writer, NULL) != 0) in do_test() 142 if (pthread_create (&rc, NULL, reader_consumer, NULL) != 0) in do_test() 147 if (pthread_create (&rp, NULL, reader_producer, NULL) != 0) in do_test()
|
D | tst-exit3.c | 39 e = pthread_create (&th, NULL, tf2, NULL); in tf() 62 int e = pthread_create (&th, NULL, tf, NULL); in do_test()
|
D | tst-fork3.c | 57 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in tf1() 95 if (pthread_create (&th1, NULL, tf1, NULL) != 0) in do_test()
|
D | tst-spin4.c | 54 if (pthread_create (&thr1, NULL, thread_add_one, (void *) &lock) != 0) in do_test() 60 if (pthread_create (&thr2, NULL, thread_add_one, (void *) &lock) != 0) in do_test()
|
D | tst-join4.c | 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()
|
D | tst-signal5.c | 71 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test() 93 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
D | tst-tsd6.c | 47 if (pthread_create (&th, NULL, tf, &b) != 0) in do_test() 58 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
D | tst-getpid3.c | 31 int ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test() 66 ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test()
|
D | tst-cancel18.c | 72 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test() 124 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
D | tst-key4.c | 96 if (pthread_create (&th[j], NULL, tf1, NULL) != 0) in do_test() 110 if (pthread_create (&th[j], NULL, tf2, NULL) != 0) in do_test()
|
D | tst-once4.c | 117 if (pthread_create (&th[0], NULL, tf1, NULL) != 0) in do_test() 143 if (pthread_create (&th[1], NULL, tf2, NULL) != 0) in do_test()
|
D | tst-cancel25.c | 51 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in unwhand() 95 if (pthread_create (&th1, NULL, tf, NULL) != 0) in do_test()
|
D | tst-cond15.c | 103 int err = pthread_create (&th, NULL, tf, NULL); in do_test() 136 err = pthread_create (&th, NULL, tf, (void *) 1l); in do_test()
|
D | tst-pt-tls4.c | 109 if (pthread_create (&th[0], NULL, tf2, (void *) (uintptr_t) 1)) in do_test() 146 if (pthread_create (&th[1], NULL, tf, (void *) (uintptr_t) 2)) in do_test()
|
/glibc-2.36/nptl/ |
D | tst-dlsym1.c | 28 if (pthread_create (&tid1, NULL, start_routine, addrs1) != 0) in do_test() 33 if (pthread_create (&tid2, NULL, start_routine, addrs2) != 0) in do_test() 38 if (pthread_create (&tid3, NULL, start_routine, addrs3) != 0) in do_test()
|
D | tst-cancel17.c | 118 if (pthread_create (&th, NULL, tf, &a) != 0) in do_test() 167 if (pthread_create (&th, NULL, tf2, &a) != 0) in do_test() 247 if (pthread_create (&th, NULL, tf, ap) != 0) in do_test() 291 if (pthread_create (&th, NULL, tf2, ap) != 0) in do_test()
|
D | tst-rwlock15.c | 88 if (pthread_create (&thw, NULL, writer, NULL) != 0) in do_test() 94 if (pthread_create (&thr, NULL, reader, NULL) != 0) in do_test()
|
D | tst-rwlock8.c | 147 if (pthread_create (&thwr[n], NULL, writer_thread, in do_test() 155 if (pthread_create (&thrd[n], NULL, reader_thread, in do_test()
|
D | tst-stack4.c | 84 ret = pthread_create (&thread[i], NULL, dso_invoke, (void *) fun_vec); in dso_process() 131 ret = pthread_create (&thread[i], NULL, dso_process, in do_test()
|
D | tst-attr3.c | 339 err = pthread_create (&th, NULL, tf, NULL); in do_test() 373 err = pthread_create (&th, &a, tf, &a); in do_test() 408 err = pthread_create (&th, &a, tf, &a); in do_test()
|
D | Versions | 41 pthread_create; 84 pthread_create; 299 pthread_create;
|
/glibc-2.36/math/ |
D | test-fenv-tls.c | 156 pret = pthread_create (&thread_id, NULL, test_round, NULL); in do_test() 172 pret = pthread_create (&thread_id, NULL, test_raise, NULL); in do_test() 188 pret = pthread_create (&thread_id, NULL, test_enable, NULL); in do_test()
|
/glibc-2.36/intl/ |
D | tst-gettext4.c | 141 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main() 143 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
|
D | tst-gettext5.c | 146 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main() 148 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
|
/glibc-2.36/elf/ |
D | tst-execstack.c | 98 int rc = pthread_create (&thr[i], NULL, &waiter_thread, &f); in do_test() 210 int rc = pthread_create (&th, NULL, &tryme_thread, f); in do_test()
|