Searched refs:SIGPROP_CONT (Results 1 – 1 of 1) sorted by relevance
202 #define SIGPROP_CONT 0x20 /* continue if suspended */ macro223 [SIGCONT] = SIGPROP_IGNORE | SIGPROP_CONT,2352 if (prop & SIGPROP_CONT) in tdsendsignal()2395 !((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG))) in tdsendsignal()2425 if (prop & SIGPROP_CONT) { in tdsendsignal()2601 if ((prop & SIGPROP_CONT) && action == SIG_DFL) { in tdsigwakeup()