Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_exec.c304 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve()
328 thread_single(p, SINGLE_EXIT); in post_execve()
Dkern_fork.c358 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc()
Dkern_thread.c778 thread_single(struct proc *p, int mode) in thread_single() function
Dkern_exit.c241 if (!thread_single(p, SINGLE_EXIT)) in exit1()
Dkern_proc.c3197 r = thread_single(p, SINGLE_ALLPROC); in stop_all_proc()
Dkern_sig.c3177 thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
/freebsd-12-stable/sys/sys/
Dproc.h1155 int thread_single(struct proc *p, int how);