Searched refs:SINGLE_EXIT (Results 1 – 4 of 4) sorted by relevance
1117 if (mode == SINGLE_EXIT) in calc_remaining()1152 case SINGLE_EXIT: in weed_inhib()1225 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single()1258 if (mode == SINGLE_EXIT) { in thread_single()1311 if (mode == SINGLE_EXIT) { in thread_single()1674 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single_end()
288 if (!thread_single(p, SINGLE_EXIT)) in exit1()
332 thread_single(p, SINGLE_EXIT); in post_execve()
937 #define SINGLE_EXIT 1 macro