Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_intr.c106 static void ithread_destroy(struct intr_thread *ithread);
532 ithread_destroy(struct intr_thread *ithread) in ithread_destroy() argument
536 CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name); in ithread_destroy()
537 td = ithread->it_thread; in ithread_destroy()
539 ithread->it_flags |= IT_DEAD; in ithread_destroy()
/freebsd-12.1/share/man/man9/
H A DMakefile177 ithread.9 \
1210 MLINKS+=ithread.9 ithread_add_handler.9 \
1211 ithread.9 ithread_create.9 \
1212 ithread.9 ithread_destroy.9 \
1213 ithread.9 ithread_priority.9 \
1214 ithread.9 ithread_remove_handler.9 \
1215 ithread.9 ithread_schedule.9