Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDkern_thread.c1117 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()
HDkern_exit.c286 if (!thread_single(p, SINGLE_EXIT)) in exit1()
HDkern_exec.c329 thread_single(p, SINGLE_EXIT); in post_execve()
/freebsd-head/sys/sys/
HDproc.h936 #define SINGLE_EXIT 1 macro