Home
last modified time | relevance | path

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

/elf/
A Dtst-single_threaded-pthread-static.c35 threadfunc (void *closure) in threadfunc() function
62 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test()
65 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()
A Dtst-single_threaded-pthread.c42 threadfunc (void *closure) in threadfunc() function
108 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test()
114 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()

Completed in 4 milliseconds