OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_sig
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
job.c
378
EXIT_CODE,
EXIT_SIG
, and COREDUMP, for the target TARGET_NAME.
382
child_error (char *target_name, int exit_code, int
exit_sig
, int coredump,
395
if (
exit_sig
== 0)
401
target_name, strsignal (
exit_sig
),
478
int exit_code,
exit_sig
, coredump;
532
pid = remote_status (&exit_code, &
exit_sig
, &coredump, 0);
575
exit_sig
= WIFSIGNALED (status) ? WTERMSIG (status) : 0;
591
pid = remote_status (&exit_code, &
exit_sig
, &coredump, 1);
610
exit_sig
= WIFSIGNALED (status) ? WTERMSIG (status) : 0;
618
exit_sig
= 0
474
int exit_code,
exit_sig
, coredump;
local
[
all
...]
Completed in 448 milliseconds