Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_kthread.c360 if (p->p_sysent->sv_ontdexit != NULL) in kthread_exit()
361 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.c577 if (p->p_sysent->sv_ontdexit != NULL) in exit1()
578 p->p_sysent->sv_ontdexit(td); in exit1()
/f-stack/freebsd/sys/
H A Dsysent.h150 void (*sv_ontdexit)(struct thread *td); member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c873 .sv_ontdexit = linux_thread_dtor,
910 .sv_ontdexit = linux_thread_dtor,
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c424 .sv_ontdexit = linux_thread_dtor,
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c785 .sv_ontdexit = linux_thread_dtor,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c930 .sv_ontdexit = linux_thread_dtor,