Searched refs:SIGPROP_CONT (Results 1 – 1 of 1) sorted by relevance
219 #define SIGPROP_CONT 0x20 /* continue if suspended */ macro240 [SIGCONT] = SIGPROP_IGNORE | SIGPROP_CONT,2355 if (prop & SIGPROP_CONT) in tdsendsignal()2389 !((prop & SIGPROP_CONT) && (p->p_flag & P_STOPPED_SIG))) in tdsendsignal()2419 if (prop & SIGPROP_CONT) { in tdsendsignal()2597 if ((prop & SIGPROP_CONT) && action == SIG_DFL) { in tdsigwakeup()