Searched refs:thread_single (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_ucoredump.c | 160 if (sig_do_core(sig) && thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
|
| H A D | kern_fork.c | 381 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc() 1039 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork1()
|
| H A D | kern_exec.c | 311 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve() 335 thread_single(p, SINGLE_EXIT); in post_execve()
|
| H A D | kern_thread.c | 1223 thread_single(struct proc *p, int mode) in thread_single() function
|
| H A D | kern_exit.c | 331 if (!thread_single(p, SINGLE_EXIT)) in exit1()
|
| H A D | kern_proc.c | 3591 r = thread_single(p, SINGLE_ALLPROC); in stop_all_proc()
|
| H A D | kern_jail.c | 3286 if (thread_single(p, SINGLE_BOUNDARY)) in prison_attach_thread_single()
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 1286 int thread_single(struct proc *p, int how);
|