Home
last modified time | relevance | path

Searched refs:thread_single (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dkern_exec.c310 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve()
334 thread_single(p, SINGLE_EXIT); in post_execve()
H A Dkern_fork.c324 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc()
H A Dkern_exit.c279 if (!thread_single(p, SINGLE_EXIT)) in exit1()
H A Dkern_thread.c1176 thread_single(struct proc *p, int mode) in thread_single() function
H A Dkern_proc.c3374 r = thread_single(p, SINGLE_ALLPROC); in stop_all_proc()
H A Dkern_sig.c3449 thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
/freebsd-13.1/sys/sys/
H A Dproc.h1190 int thread_single(struct proc *p, int how);