Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 5 of 5) sorted by relevance

/sysdeps/pthread/
A Dtst-bad-schedattr.c28 thread_function (void *arg) in thread_function() function
83 err = pthread_create (&th, &attr, &thread_function, NULL); in do_test()
A Dtst-fork1.c27 thread_function (void * arg) in thread_function() function
87 if (pthread_create (&th[i], NULL, thread_function, in do_test()
/sysdeps/mips/
A Dtst-mode-switch-1.c46 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 Dtst-mode-switch-2.c49 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 Dtst-rseq-nptl.c134 thread_function (void * arg) in thread_function() function
177 th[i] = xpthread_create (NULL, thread_function, in do_rseq_threads_test()

Completed in 7 milliseconds