Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/platform/
H A Dcothread.c79 cothread_create(void (*thr_func)(cothread_t cotd), in cothread_create()
88 cotd->thr_func = thr_func; in cothread_create()
150 cotd->thr_func(cotd); in cothread_thread()
/dragonfly/sys/platform/vkernel64/include/
H A Dcothread.h46 void (*thr_func)(struct cothread *); member
55 cothread_t cothread_create(void (*thr_func)(cothread_t cotd),