Home
last modified time | relevance | path

Searched refs:xpthread_create (Results 1 – 25 of 94) sorted by relevance

1234

/glibc-2.36/sysdeps/pthread/
Dtst-pthread_kill-exiting.c87 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()
Dtst-create1.c82 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()
Dtst-pthread_cancel-select-loop.c72 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()
Dtst-eintr2.c75 xpthread_create (NULL, tf1, NULL); in do_test()
76 xpthread_create (NULL, tf2, NULL); in do_test()
Dtst-pthread-raise-blocked-self.c61 pthread_t dummy = xpthread_create (NULL, noop, NULL); in do_test()
64 pthread_t helper = xpthread_create (NULL, waiting_thread, NULL); in do_test()
Dtst-pt-tls1.c97 th[j] = xpthread_create (&a, tf, NULL); in do_test()
109 th = xpthread_create (&a, tf, NULL); in do_test()
Dtst-join5.c115 th = xpthread_create (NULL, tf1, (void *) pthread_self ()); in do_test()
152 th = xpthread_create (NULL, tf2, (void *) pthread_self ()); in do_test()
Dtst-pthread_cancel-exited.c35 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test()
Dtst-pthread-exit-signal.c40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test()
/glibc-2.36/nptl/
Dtst-thread-exit-clobber.cc221 = 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()
Dtst-eintr1.c42 pthread_t th = xpthread_create (NULL, tf2, NULL); in tf1()
56 xpthread_create (NULL, tf1, NULL); in do_test()
Dtst-pthread-timedlock-lockloop.c99 workers[i] = xpthread_create (NULL, worker, NULL); in run_test_set()
111 thread = xpthread_create (NULL, worker, NULL); in run_test_set()
Dtst-rwlock9.c179 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/
Dtst-arc4random-thread.c185 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/
Dtst-tls21.c52 t1 = xpthread_create (0, start, 0); in do_test()
59 t2 = xpthread_create (0, nop, 0); in do_test()
Dtst-single_threaded-pthread-static.c62 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test()
65 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()
Dtst-tls20.c142 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()
Dtst-single_threaded-pthread.c108 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test()
114 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()
Dtst-dl_find_object-threads.c178 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()
Dtst-audit21.c38 pthread_t t = xpthread_create (NULL, tf, NULL); in main()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-pkey.c166 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()
Dtst-gettid-kill.c113 = 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/
Dtst-malloc-thread-exit.c86 threads[i] = xpthread_create (NULL, func, &barrier); in outer_thread()
119 threads[i] = xpthread_create (NULL, outer_thread, NULL); in do_test()
Dtst-mallocfork3.c142 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/
Dxpthread_create.c22 xpthread_create (pthread_attr_t *attr, in xpthread_create() function

1234