Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 260) sorted by relevance

1234567891011

/glibc-2.36/sysdeps/pthread/
Dtst-rwlock16.c132 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()
Dtst-exit3.c39 e = pthread_create (&th, NULL, tf2, NULL); in tf()
62 int e = pthread_create (&th, NULL, tf, NULL); in do_test()
Dtst-fork3.c57 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in tf1()
95 if (pthread_create (&th1, NULL, tf1, NULL) != 0) in do_test()
Dtst-spin4.c54 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()
Dtst-join4.c65 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()
Dtst-signal5.c71 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
93 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
Dtst-tsd6.c47 if (pthread_create (&th, NULL, tf, &b) != 0) in do_test()
58 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
Dtst-getpid3.c31 int ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test()
66 ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test()
Dtst-cancel18.c72 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
124 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
Dtst-key4.c96 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()
Dtst-once4.c117 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()
Dtst-cancel25.c51 if (pthread_create (&th2, NULL, tf2, NULL) != 0) in unwhand()
95 if (pthread_create (&th1, NULL, tf, NULL) != 0) in do_test()
Dtst-cond15.c103 int err = pthread_create (&th, NULL, tf, NULL); in do_test()
136 err = pthread_create (&th, NULL, tf, (void *) 1l); in do_test()
Dtst-pt-tls4.c109 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/
Dtst-dlsym1.c28 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()
Dtst-cancel17.c118 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()
Dtst-rwlock15.c88 if (pthread_create (&thw, NULL, writer, NULL) != 0) in do_test()
94 if (pthread_create (&thr, NULL, reader, NULL) != 0) in do_test()
Dtst-rwlock8.c147 if (pthread_create (&thwr[n], NULL, writer_thread, in do_test()
155 if (pthread_create (&thrd[n], NULL, reader_thread, in do_test()
Dtst-stack4.c84 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()
Dtst-attr3.c339 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()
DVersions41 pthread_create;
84 pthread_create;
299 pthread_create;
/glibc-2.36/math/
Dtest-fenv-tls.c156 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/
Dtst-gettext4.c141 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
143 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
Dtst-gettext5.c146 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/
Dtst-execstack.c98 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()

1234567891011