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

/freebsd-10.2-release/sys/kern/
H A Dkern_exec.c285 if (thread_single(p, SINGLE_BOUNDARY) != 0)
309 thread_single(p, SINGLE_EXIT);
H A Dkern_exit.c240 * calling thread_single will fail; in that case, we just
244 if (!thread_single(p, SINGLE_EXIT))
254 * thread_single().
H A Dkern_fork.c336 if (thread_single(p1, SINGLE_BOUNDARY)) {
H A Dkern_thread.c662 thread_single(struct proc *p, int mode) function
H A Dkern_proc.c2922 r = thread_single(p, SINGLE_ALLPROC);
H A Dkern_sig.c2954 if ((sigprop(sig) & SA_CORE) && thread_single(p, SINGLE_NO_EXIT) == 0) {
/freebsd-10.2-release/sys/sys/
H A Dproc.h702 /* How values for thread_single(). */
958 int thread_single(struct proc *p, int how);

Completed in 74 milliseconds