Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c82 .sv_thread_detach = NULL,
117 .sv_thread_detach = NULL,
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c107 .sv_thread_detach = NULL,
H A Delf_machdep.c91 .sv_thread_detach = NULL,
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c84 .sv_thread_detach = NULL,
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c96 .sv_thread_detach = NULL,
/f-stack/freebsd/kern/
H A Dimgact_aout.c102 .sv_thread_detach = NULL,
H A Dkern_thread.c1376 if (__predict_false(p->p_sysent->sv_thread_detach != NULL)) in thread_suspend_check()
1377 (p->p_sysent->sv_thread_detach)(td); in thread_suspend_check()
H A Dinit_main.c431 .sv_thread_detach = NULL,
/f-stack/freebsd/sys/
H A Dsysent.h142 void (*sv_thread_detach)(struct thread *); member
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c90 .sv_thread_detach = NULL,
H A Dfreebsd32_machdep.c105 .sv_thread_detach = NULL,
/f-stack/lib/
H A Dff_init_main.c325 .sv_thread_detach = NULL,
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c869 .sv_thread_detach = linux_thread_detach,
906 .sv_thread_detach = linux_thread_detach,
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c420 .sv_thread_detach = linux_thread_detach,
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c781 .sv_thread_detach = linux_thread_detach,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c926 .sv_thread_detach = linux_thread_detach,