Searched refs:sv_thread_detach (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 82 .sv_thread_detach = NULL, 117 .sv_thread_detach = NULL,
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf32_machdep.c | 107 .sv_thread_detach = NULL,
|
| H A D | elf_machdep.c | 91 .sv_thread_detach = NULL,
|
| /f-stack/freebsd/i386/i386/ |
| H A D | elf_machdep.c | 84 .sv_thread_detach = NULL,
|
| /f-stack/freebsd/arm/arm/ |
| H A D | elf_machdep.c | 96 .sv_thread_detach = NULL,
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_aout.c | 102 .sv_thread_detach = NULL,
|
| H A D | kern_thread.c | 1376 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 D | init_main.c | 431 .sv_thread_detach = NULL,
|
| /f-stack/freebsd/sys/ |
| H A D | sysent.h | 142 void (*sv_thread_detach)(struct thread *); member
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 90 .sv_thread_detach = NULL,
|
| H A D | freebsd32_machdep.c | 105 .sv_thread_detach = NULL,
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 325 .sv_thread_detach = NULL,
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 869 .sv_thread_detach = linux_thread_detach, 906 .sv_thread_detach = linux_thread_detach,
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 420 .sv_thread_detach = linux_thread_detach,
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 781 .sv_thread_detach = linux_thread_detach,
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 926 .sv_thread_detach = linux_thread_detach,
|