Searched refs:thread_single (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_fork.c | 324 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc() 964 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork1()
|
| H A D | kern_procctl.c | 294 need_stop = thread_single(w->target, SINGLE_ALLPROC) == 0; in reap_kill_proc_locked() 451 r = thread_single(p2, SINGLE_NO_EXIT); in reap_kill_subtree_once()
|
| H A D | kern_exec.c | 308 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve() 332 thread_single(p, SINGLE_EXIT); in post_execve()
|
| H A D | kern_exit.c | 288 if (!thread_single(p, SINGLE_EXIT)) in exit1()
|
| H A D | kern_thread.c | 1218 thread_single(struct proc *p, int mode) in thread_single() function
|
| H A D | kern_proc.c | 3553 r = thread_single(p, SINGLE_ALLPROC); in stop_all_proc()
|
| H A D | kern_sig.c | 3642 thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
|
| /freebsd-14.2/sys/sys/ |
| H A D | proc.h | 1274 int thread_single(struct proc *p, int how);
|