Searched refs:SIGPROP_STOP (Results 1 – 1 of 1) sorted by relevance
216 #define SIGPROP_STOP 0x04 /* suspend process */ macro238 [SIGSTOP] = SIGPROP_STOP,239 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,242 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,243 [SIGTTOU] = SIGPROP_STOP | SIGPROP_TTYSTOP,2357 else if (prop & SIGPROP_STOP) { in tdsendsignal()2469 if (prop & SIGPROP_STOP) { in tdsendsignal()2514 if (prop & SIGPROP_STOP) { in tdsendsignal()2613 if ((prop & SIGPROP_STOP) != 0 && (td->td_flags & (TDF_SBDRY | in tdsigwakeup()3229 if (prop & SIGPROP_STOP) { in sigprocess()