Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c1039 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()
H A Dkern_exit.c260 if (!thread_single(p, SINGLE_EXIT)) in exit1()
H A Dkern_exec.c329 thread_single(p, SINGLE_EXIT); in post_execve()
/f-stack/freebsd/sys/
H A Dproc.h863 #define SINGLE_EXIT 1 macro