Searched refs:threadfunc (Results 1 – 2 of 2) sorted by relevance
35 threadfunc (void *closure) in threadfunc() function62 pthread_t thr1 = xpthread_create (NULL, threadfunc, NULL); in do_test()65 pthread_t thr2 = xpthread_create (NULL, threadfunc, &thr2); in do_test()
42 threadfunc (void *closure) in threadfunc() function108 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