Home
last modified time | relevance | path

Searched refs:sv_thread_detach (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Delf_machdep.c90 .sv_thread_detach = NULL,
133 .sv_thread_detach = NULL,
/freebsd/sys/powerpc/powerpc/
H A Delf64_machdep.c96 .sv_thread_detach = NULL,
138 .sv_thread_detach = NULL,
H A Delf32_machdep.c133 .sv_thread_detach = NULL,
/freebsd/sys/compat/ia32/
H A Dia32_sysvec.c138 .sv_thread_detach = NULL,
/freebsd/sys/i386/i386/
H A Delf_machdep.c85 .sv_thread_detach = NULL,
/freebsd/sys/arm/arm/
H A Delf_machdep.c96 .sv_thread_detach = NULL,
/freebsd/sys/compat/linux/
H A Dlinux_emul.c203 (p->p_sysent->sv_thread_detach)(td); in linux_on_exit()
/freebsd/sys/kern/
H A Dimgact_aout.c99 .sv_thread_detach = NULL,
H A Dkern_thread.c1466 if (__predict_false(p->p_sysent->sv_thread_detach != NULL)) in thread_suspend_check()
1467 (p->p_sysent->sv_thread_detach)(td); in thread_suspend_check()
H A Dinit_main.c445 .sv_thread_detach = NULL,
/freebsd/sys/sys/
H A Dsysent.h144 void (*sv_thread_detach)(struct thread *); member
/freebsd/sys/arm64/arm64/
H A Delf32_machdep.c133 .sv_thread_detach = NULL,
H A Delf_machdep.c100 .sv_thread_detach = NULL,
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c605 .sv_thread_detach = linux_thread_detach,
649 .sv_thread_detach = linux_thread_detach,
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c93 .sv_thread_detach = NULL,
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c457 .sv_thread_detach = linux_thread_detach,
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c710 .sv_thread_detach = linux_thread_detach,
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c809 .sv_thread_detach = linux_thread_detach,