Searched refs:threadfunc (Results 1 – 4 of 4) sorted by relevance
/nptl/ |
A D | tst-minstack-exit.c | 31 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 D | tst-minstack-throw.cc | 60 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 D | tst-minstack-cancel.c | 28 threadfunc (void *closure) in threadfunc() function 41 pthread_t thr = xpthread_create (&attr, threadfunc, NULL); in do_test()
|
A D | tst-thread-exit-clobber.cc | 197 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