Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h70 extern void reap_children PARAMS ((int block, int err));
Dcommands.c490 reap_children (1, 0); in fatal_error_signal()
495 reap_children (1, 1); in fatal_error_signal()
Djob.c447 reap_children (int block, int err) in reap_children() function
1497 reap_children (0, 0); in new_job()
1625 reap_children (1, 0); in new_job()
1684 reap_children (0, 0); in new_job()
1734 reap_children (1, 0); in new_job()
1878 reap_children (0, 0); in start_waiting_jobs()
DChangeLog238 * job.c (reap_children): Use cached dontcare flag instead of the
509 * main.c (die): Don't reset err before calling reap_children() the
511 * job.c (reap_children): Use a static variable, rather than err,
523 (reap_children) [WINDOWS32]: Get the handle for the main thread
556 * job.c (reap_children) [WINDOWS32]: Don't declare 'status' and
731 * job.c (reap_children): Don't die of the command failed but
1453 (reap_children) [OS/2]: Remove special handling of job_rfd.
1488 (reap_children): Decrease the job count for this second.
1663 (reap_children): Close the job_rfd pipe here since we don't use a
2497 * job.c (reap_children, free_child, new_job): Likewise.
Dremake.c120 reap_children (1, 0); in update_goal_chain()
Dfunction.c1722 reap_children (1, 0); in func_shell()
Dmain.c3050 reap_children (1, err); in die()