Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/platform/
H A Dcothread.c80 void (*thr_intr)(cothread_t cotd), in cothread_create()
87 cotd->thr_intr = thr_intr; in cothread_create()
97 if (thr_intr) { in cothread_create()
98 cotd->intr_id = register_int_virtual(1, (void *)thr_intr, in cothread_create()
128 if (cotd->thr_intr) in cothread_delete()
/dragonfly/sys/platform/vkernel64/include/
H A Dcothread.h47 void (*thr_intr)(struct cothread *); member
56 void (*thr_intr)(cothread_t cotd),