Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_ucoredump.c159 if (sig_do_core(sig) && thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
H A Dkern_fork.c369 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork_norfproc()
1011 if (thread_single(p1, SINGLE_BOUNDARY)) { in fork1()
H A Dkern_exec.c311 if (thread_single(p, SINGLE_BOUNDARY) != 0) in pre_execve()
335 thread_single(p, SINGLE_EXIT); in post_execve()
H A Dkern_thread.c1222 thread_single(struct proc *p, int mode) in thread_single() function
H A Dkern_exit.c286 if (!thread_single(p, SINGLE_EXIT)) in exit1()
H A Dkern_proc.c3546 r = thread_single(p, SINGLE_ALLPROC); in stop_all_proc()
/src/sys/sys/
H A Dproc.h1263 int thread_single(struct proc *p, int how);