Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/resolv/
Dtst-resolv-res_init-multi.c36 thread_func (void *closure) in thread_func() function
76 threads[i] = xpthread_create (NULL, thread_func, ptype); in do_test()
82 thread_func (ptype); in do_test()
Dtst-resolv-threads.c402 typedef void *(*thread_func) (void *); in do_test() typedef
403 thread_func thread_funcs[thread_count] = in do_test()
/glibc-2.36/nptl/
Dtest-mutex-printers.c36 static void *thread_func (void *arg);
110 if (pthread_create (&thread, NULL, thread_func, mutex) == 0 /* Create. */ in test_locking_state_robust()
121 thread_func (void *arg) in thread_func() function
Dtst-setuid2.c37 thread_func (void *ctx __attribute__ ((unused))) in thread_func() function
124 int ret = pthread_create (&thread, NULL, thread_func, NULL); in do_test()
/glibc-2.36/support/
Dxpthread_create.c23 void *(*thread_func) (void *), void *closure) in xpthread_create()
27 ("pthread_create", pthread_create (&thr, attr, thread_func, closure)); in xpthread_create()
Dxthread.h66 void *(*thread_func) (void *), void *closure);
/glibc-2.36/sysdeps/pthread/
Dtst-atfork3.c93 thread_func (void *closure) in thread_func() function
106 xpthread_create (&attr, thread_func, NULL); in do_test()
Dtst-atfork4.c29 thread_func (void *x) in thread_func() function
80 xpthread_create (&attr, thread_func, NULL); in do_test()
Dtst-memstream.c46 thread_func (void *closure) in thread_func() function
72 threads[i] = xpthread_create (NULL, thread_func, args + i); in do_test()
Dtst-setuid3.c44 thread_func (void *ctx __attribute__ ((unused))) in thread_func() function
90 ret = pthread_create (&thread, NULL, thread_func, NULL); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-rseq-disable.c58 thread_func (void *ignored) in thread_func() function
80 xpthread_join (xpthread_create (NULL, thread_func, NULL)); in do_test()
/glibc-2.36/stdlib/
Dtest-cxa_atexit-race2.c53 thread_func (void *arg) in thread_func() function
79 xpthread_create (&attr, thread_func, NULL); in test_and_exit()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c351 thread_func (void *arg) in thread_func() function
474 (void *(*) (void *)) thread_func, thread) != 0) in __timer_thread_start()
/glibc-2.36/ChangeLog.old/
DChangeLog.1920099 * sysdeps/pthread/timer_routines.c (thread_func): Likewise.
DChangeLog.1824897 (thread_func): Use new function to simplify barrier check.