Home
last modified time | relevance | path

Searched refs:SIGDEFERSTOP_NOP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h356 #define SIGDEFERSTOP_NOP 0 /* continue doing whatever is done now */ macro
370 if (__predict_false(mode == SIGDEFERSTOP_NOP)) in sigdeferstop()
/f-stack/freebsd/kern/
H A Dkern_sig.c2782 case SIGDEFERSTOP_NOP: in sigdeferstop_impl()