Searched refs:SINGLE_EXIT (Results 1 – 4 of 4) sorted by relevance
1039 if (mode == SINGLE_EXIT) in calc_remaining()1074 case SINGLE_EXIT: in weed_inhib()1151 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single()1173 if (mode == SINGLE_EXIT) { in thread_single()1226 if (mode == SINGLE_EXIT) { in thread_single()1564 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single_end()
260 if (!thread_single(p, SINGLE_EXIT)) in exit1()
329 thread_single(p, SINGLE_EXIT); in post_execve()
863 #define SINGLE_EXIT 1 macro