Home
last modified time | relevance | path

Searched refs:SINGLE_NO_EXIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c1121 else if (mode == SINGLE_NO_EXIT || mode == SINGLE_ALLPROC) in calc_remaining()
1160 case SINGLE_NO_EXIT: in weed_inhib()
1221 mode == SINGLE_ALLPROC || mode == SINGLE_NO_EXIT, in thread_single()
1656 mode == SINGLE_ALLPROC || mode == SINGLE_NO_EXIT, in thread_single_end()
H A Dkern_procctl.c451 r = thread_single(p2, SINGLE_NO_EXIT); in reap_kill_subtree_once()
455 thread_single_end(p2, SINGLE_NO_EXIT); in reap_kill_subtree_once()
H A Dkern_sig.c3630 thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
/freebsd/sys/sys/
H A Dproc.h935 #define SINGLE_NO_EXIT 0 macro