Searched refs:WIFSIGNALED (Results 1 – 3 of 3) sorted by relevance
276 if os.WIFSIGNALED(ret_code):
149 # ifndef WIFSIGNALED150 # define WIFSIGNALED(x) (WTERMSIG (x) != 0) macro168 # ifndef WIFSIGNALED169 # define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro571 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children()606 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children()
172 return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; in operator ()()193 } else if (WIFSIGNALED(exit_code)) { in ExitSummary()