Searched refs:SIGPROP_STOP (Results 1 – 1 of 1) sorted by relevance
199 #define SIGPROP_STOP 0x04 /* suspend process */ macro221 [SIGSTOP] = SIGPROP_STOP,222 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,225 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,226 [SIGTTOU] = SIGPROP_STOP | SIGPROP_TTYSTOP,2354 else if (prop & SIGPROP_STOP) { in tdsendsignal()2473 if (prop & SIGPROP_STOP) { in tdsendsignal()2518 if (prop & SIGPROP_STOP) { in tdsendsignal()2617 if ((prop & SIGPROP_STOP) != 0 && (td->td_flags & (TDF_SBDRY | in tdsigwakeup()3267 if (prop & SIGPROP_STOP) { in sigprocess()