Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_intr.c111 static void ithread_destroy(struct intr_thread *ithread);
556 ithread_destroy(struct intr_thread *ithread) in ithread_destroy() argument
560 CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name); in ithread_destroy()
561 td = ithread->it_thread; in ithread_destroy()
563 ithread->it_flags |= IT_DEAD; in ithread_destroy()
/freebsd-13.1/share/man/man9/
H A DMakefile189 ithread.9 \
1307 MLINKS+=ithread.9 ithread_add_handler.9 \
1308 ithread.9 ithread_create.9 \
1309 ithread.9 ithread_destroy.9 \
1310 ithread.9 ithread_priority.9 \
1311 ithread.9 ithread_remove_handler.9 \
1312 ithread.9 ithread_schedule.9