Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c1043 else if (mode == SINGLE_NO_EXIT || mode == SINGLE_ALLPROC) in calc_remaining()
1086 case SINGLE_NO_EXIT: in weed_inhib()
1152 mode == SINGLE_ALLPROC || mode == SINGLE_NO_EXIT, in thread_single()
1565 mode == SINGLE_ALLPROC || mode == SINGLE_NO_EXIT, in thread_single_end()
H A Dkern_sig.c3296 thread_single(p, SINGLE_NO_EXIT) == 0) { in sigexit()
/f-stack/freebsd/sys/
H A Dproc.h862 #define SINGLE_NO_EXIT 0 macro