Searched refs:WIFSIGNALED (Results 1 – 1 of 1) sorted by relevance
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()