Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_intr.c116 static void ithread_destroy(struct intr_thread *ithread);
126 PMC_SOFT_DEFINE( , , intr, ithread);
578 ithread_destroy(struct intr_thread *ithread) in ithread_destroy() argument
583 td = ithread->it_thread; in ithread_destroy()
584 ie = ithread->it_event; in ithread_destroy()
591 ithread->it_flags |= IT_DEAD; in ithread_destroy()
598 msleep(ithread, &ie->ie_lock, 0, "ithd_dth", 0); in ithread_destroy()
1407 PMC_SOFT_CALL_TF( , , intr, ithread, frame); in intr_event_handle()
/freebsd/
H A DObsoleteFiles.inc3015 # 20221015: update the ithread(9) man page
3016 OLD_FILES+=usr/share/man/man9/ithread.9.gz