Searched refs:SINGLE_EXIT (Results 1 – 4 of 4) sorted by relevance
1117 if (mode == SINGLE_EXIT) in calc_remaining()1148 case SINGLE_EXIT: in weed_inhib()1220 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single()1253 if (mode == SINGLE_EXIT) { in thread_single()1303 if (mode == SINGLE_EXIT) { in thread_single()1655 KASSERT(mode == SINGLE_EXIT || mode == SINGLE_BOUNDARY || in thread_single_end()
286 if (!thread_single(p, SINGLE_EXIT)) in exit1()
332 thread_single(p, SINGLE_EXIT); in post_execve()
936 #define SINGLE_EXIT 1 macro