Searched refs:SIGPROP_CONT (Results 1 – 1 of 1) sorted by relevance
210 #define SIGPROP_CONT 0x20 /* continue if suspended */ macro232 [SIGCONT] = SIGPROP_IGNORE | SIGPROP_CONT,2227 if (prop & SIGPROP_CONT) in tdsendsignal()2261 !((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG))) in tdsendsignal()2293 if (prop & SIGPROP_CONT) { in tdsendsignal()2473 if ((prop & SIGPROP_CONT) && action == SIG_DFL) { in tdsigwakeup()3035 if ((prop & SIGPROP_CONT) == 0 && in issignal()