Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.c149 # ifndef WIFSIGNALED
150 # define WIFSIGNALED(x) (WTERMSIG (x) != 0) macro
168 # ifndef WIFSIGNALED
169 # define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro
571 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children()
606 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0; in reap_children()