Searched refs:thread_function (Results 1 – 5 of 5) sorted by relevance
/sysdeps/pthread/ |
A D | tst-bad-schedattr.c | 28 thread_function (void *arg) in thread_function() function 83 err = pthread_create (&th, &attr, &thread_function, NULL); in do_test()
|
A D | tst-fork1.c | 27 thread_function (void * arg) in thread_function() function 87 if (pthread_create (&th[i], NULL, thread_function, in do_test()
|
/sysdeps/mips/ |
A D | tst-mode-switch-1.c | 46 thread_function (void * arg __attribute__ ((unused))) in thread_function() function 87 if (pthread_create (&th[i], NULL, thread_function, 0) != 0) in do_test()
|
A D | tst-mode-switch-2.c | 49 thread_function (void * arg __attribute__ ((unused))) in thread_function() function 105 if (pthread_create (&th[i], NULL, thread_function, 0) != 0) in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-rseq-nptl.c | 134 thread_function (void * arg) in thread_function() function 177 th[i] = xpthread_create (NULL, thread_function, in do_rseq_threads_test()
|
Completed in 6 milliseconds