Home
last modified time | relevance | path

Searched refs:threadfunc (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Dtst-minstack-exit.c31 threadfunc (void *closure) in threadfunc() function
33 pthread_exit (threadfunc); in threadfunc()
43 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test()
44 TEST_VERIFY (xpthread_join (thr) == threadfunc); in do_test()
A Dtst-minstack-throw.cc60 threadfunc (void *closure) in threadfunc() function
70 return reinterpret_cast<void *> (threadfunc); in threadfunc()
81 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test()
82 TEST_VERIFY (xpthread_join (thr) == threadfunc); in do_test()
A Dtst-minstack-cancel.c28 threadfunc (void *closure) in threadfunc() function
41 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test()
A Dtst-thread-exit-clobber.cc197 threadfunc (void *closure) in threadfunc() function
221 = 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()

Completed in 4 milliseconds