Searched refs:thread_func (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/resolv/ |
D | tst-resolv-res_init-multi.c | 36 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()
|
D | tst-resolv-threads.c | 402 typedef void *(*thread_func) (void *); in do_test() typedef 403 thread_func thread_funcs[thread_count] = in do_test()
|
/glibc-2.36/nptl/ |
D | test-mutex-printers.c | 36 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
|
D | tst-setuid2.c | 37 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/ |
D | xpthread_create.c | 23 void *(*thread_func) (void *), void *closure) in xpthread_create() 27 ("pthread_create", pthread_create (&thr, attr, thread_func, closure)); in xpthread_create()
|
D | xthread.h | 66 void *(*thread_func) (void *), void *closure);
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-atfork3.c | 93 thread_func (void *closure) in thread_func() function 106 xpthread_create (&attr, thread_func, NULL); in do_test()
|
D | tst-atfork4.c | 29 thread_func (void *x) in thread_func() function 80 xpthread_create (&attr, thread_func, NULL); in do_test()
|
D | tst-memstream.c | 46 thread_func (void *closure) in thread_func() function 72 threads[i] = xpthread_create (NULL, thread_func, args + i); in do_test()
|
D | tst-setuid3.c | 44 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/ |
D | tst-rseq-disable.c | 58 thread_func (void *ignored) in thread_func() function 80 xpthread_join (xpthread_create (NULL, thread_func, NULL)); in do_test()
|
/glibc-2.36/stdlib/ |
D | test-cxa_atexit-race2.c | 53 thread_func (void *arg) in thread_func() function 79 xpthread_create (&attr, thread_func, NULL); in test_and_exit()
|
/glibc-2.36/sysdeps/htl/ |
D | timer_routines.c | 351 thread_func (void *arg) in thread_func() function 474 (void *(*) (void *)) thread_func, thread) != 0) in __timer_thread_start()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 20099 * sysdeps/pthread/timer_routines.c (thread_func): Likewise.
|
D | ChangeLog.18 | 24897 (thread_func): Use new function to simplify barrier check.
|