/glibc-2.36/sysdeps/pthread/ |
D | tst-pthread_kill-exiting.c | 87 pthread_t thr_timeout = xpthread_create (NULL, timeout_thread_function, NULL); in do_test() 94 threads[i] = xpthread_create (NULL, sender_thread_function, NULL); in do_test() 98 xpthread_create (NULL, target_thread_function, NULL); in do_test() 113 xpthread_create (NULL, target_thread_function, NULL); in do_test()
|
D | tst-create1.c | 82 t3 = xpthread_create (0, thread3, 0); in thread2() 91 t3 = xpthread_create (0, thread3, 0); in thread2() 107 pthread_t t2 = xpthread_create (0, thread2, 0); in thread1()
|
D | tst-pthread_cancel-select-loop.c | 72 pthread_t thr_timeout = xpthread_create (NULL, timeout_thread_function, NULL); in do_test() 76 pthread_t thr = xpthread_create (NULL, canceled_thread_function, NULL); in do_test()
|
D | tst-eintr2.c | 75 xpthread_create (NULL, tf1, NULL); in do_test() 76 xpthread_create (NULL, tf2, NULL); in do_test()
|
D | tst-pthread-raise-blocked-self.c | 61 pthread_t dummy = xpthread_create (NULL, noop, NULL); in do_test() 64 pthread_t helper = xpthread_create (NULL, waiting_thread, NULL); in do_test()
|
D | tst-pt-tls1.c | 97 th[j] = xpthread_create (&a, tf, NULL); in do_test() 109 th = xpthread_create (&a, tf, NULL); in do_test()
|
D | tst-join5.c | 115 th = xpthread_create (NULL, tf1, (void *) pthread_self ()); in do_test() 152 th = xpthread_create (NULL, tf2, (void *) pthread_self ()); in do_test()
|
D | tst-pthread_cancel-exited.c | 35 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test()
|
D | tst-pthread-exit-signal.c | 40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test()
|
/glibc-2.36/nptl/ |
D | tst-thread-exit-clobber.cc | 221 = xpthread_create (NULL, &threadfunc<unsigned int, false>, in do_test() 226 thr = xpthread_create (NULL, &threadfunc<double, false>, in do_test() 231 thr = xpthread_create (NULL, &threadfunc<unsigned int, true>, in do_test() 236 thr = xpthread_create (NULL, &threadfunc<double, true>, in do_test()
|
D | tst-eintr1.c | 42 pthread_t th = xpthread_create (NULL, tf2, NULL); in tf1() 56 xpthread_create (NULL, tf1, NULL); in do_test()
|
D | tst-pthread-timedlock-lockloop.c | 99 workers[i] = xpthread_create (NULL, worker, NULL); in run_test_set() 111 thread = xpthread_create (NULL, worker, NULL); in run_test_set()
|
D | tst-rwlock9.c | 179 thwr[n] = xpthread_create (NULL, writer_thread, &wargs[n]); in do_test_clock() 187 thrd[n] = xpthread_create (NULL, reader_thread, &rargs[n]); in do_test_clock()
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-thread.c | 185 threads[i] = xpthread_create (NULL, inner_thread, func); in outer_thread() 222 pthread_t thr1 = xpthread_create (NULL, get_one_blob_thread, &args[1]); in fork_thread_subprocess() 223 pthread_t thr2 = xpthread_create (NULL, get_one_blob_thread, &args[2]); in fork_thread_subprocess() 273 pthread_t fork_thread_id = xpthread_create (NULL, fork_thread, func); in run_outer_threads() 277 threads[i] = xpthread_create (NULL, outer_thread, func); in run_outer_threads()
|
/glibc-2.36/elf/ |
D | tst-tls21.c | 52 t1 = xpthread_create (0, start, 0); in do_test() 59 t2 = xpthread_create (0, nop, 0); in do_test()
|
D | tst-single_threaded-pthread-static.c | 62 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test() 65 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()
|
D | tst-tls20.c | 142 pthread_t t = xpthread_create (0, start, 0); in do_test_no_depedency() 260 pthread_t t = xpthread_create (0, start, &args); in do_test_dependency() 337 pthread_t t = xpthread_create (0, start, NULL); in do_test_invalid_dependency()
|
D | tst-single_threaded-pthread.c | 108 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test() 114 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()
|
D | tst-dl_find_object-threads.c | 178 data->thr = xpthread_create (NULL, verify_thread, data); in start_verify() 221 pthread_t exit_thr = xpthread_create (NULL, exit_thread, NULL); in do_test()
|
D | tst-audit21.c | 38 pthread_t t = xpthread_create (NULL, tf, NULL); in main()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-pkey.c | 166 result->next_thread = xpthread_create (NULL, get_thread_func, NULL); in delayed_thread_func() 190 pthread_t delayed_thread = xpthread_create in do_test() 251 pthread_t get_thread = xpthread_create (NULL, get_thread_func, NULL); in do_test() 333 delayed_thread = xpthread_create in do_test()
|
D | tst-gettid-kill.c | 113 = xpthread_create (NULL, thread_pause_noreturn, NULL); in do_test() 114 signal_thread = xpthread_create (NULL, thread_read_signal, NULL); in do_test()
|
/glibc-2.36/malloc/ |
D | tst-malloc-thread-exit.c | 86 threads[i] = xpthread_create (NULL, func, &barrier); in outer_thread() 119 threads[i] = xpthread_create (NULL, outer_thread, NULL); in do_test()
|
D | tst-mallocfork3.c | 142 sigusr2_sender = xpthread_create (NULL, signal_sender, &sigusr2_args); in do_test() 151 sigusr1_sender[i] = xpthread_create (NULL, signal_sender, &sigusr1_args); in do_test()
|
/glibc-2.36/support/ |
D | xpthread_create.c | 22 xpthread_create (pthread_attr_t *attr, in xpthread_create() function
|