Searched refs:threadfunc (Results 1 – 4 of 4) sorted by relevance
27 threadfunc (void *closure) in threadfunc() function40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test()
39 typedef void * (*threadfunc) (void *); typedef140 do_test_wait (threadfunc f) in do_test_wait()
37 threadfunc (void *closure) in threadfunc() function74 xpthread_join (xpthread_create (NULL, threadfunc, NULL)); in do_test()
85 threadfunc (void *closure) in threadfunc() function126 xpthread_join (xpthread_create (NULL, threadfunc, NULL)); in do_test()
Completed in 5 milliseconds