Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_intr.c105 struct intr_thread *ithd);
107 struct trapframe *frame, struct intr_thread **ithd);
122 static void ithread_update(struct intr_thread *ithd);
167 ithread_update(struct intr_thread *ithd) in ithread_update() argument
173 ie = ithd->it_event; in ithread_update()
174 td = ithd->it_thread; in ithread_update()
449 struct intr_thread *ithd; in ithread_create() local
453 ithd = malloc(sizeof(struct intr_thread), M_ITHREAD, M_WAITOK | M_ZERO); in ithread_create()
455 error = kproc_kthread_add(ithread_loop, ithd, &intrproc, in ithread_create()
465 ithd->it_thread = td; in ithread_create()
[all …]