Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c386 if (p->p_sysent->sv_ontdexit != NULL) in kthread_exit()
387 p->p_sysent->sv_ontdexit(td); in kthread_exit()
H A Dkern_thr.c356 if (p->p_sysent->sv_ontdexit != NULL) in kern_thr_exit()
357 p->p_sysent->sv_ontdexit(td); in kern_thr_exit()
H A Dkern_exit.c615 if (p->p_sysent->sv_ontdexit != NULL) in exit1()
616 p->p_sysent->sv_ontdexit(td); in exit1()
/freebsd/sys/sys/
H A Dsysent.h154 void (*sv_ontdexit)(struct thread *td); member
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c611 .sv_ontdexit = linux_thread_dtor,
655 .sv_ontdexit = linux_thread_dtor,
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c463 .sv_ontdexit = linux_thread_dtor,
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c716 .sv_ontdexit = linux_thread_dtor,
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c815 .sv_ontdexit = linux_thread_dtor,