Searched refs:reap_children (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | job.h | 70 extern void reap_children PARAMS ((int block, int err));
|
D | commands.c | 490 reap_children (1, 0); in fatal_error_signal() 495 reap_children (1, 1); in fatal_error_signal()
|
D | job.c | 447 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()
|
D | ChangeLog | 238 * 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.
|
D | remake.c | 120 reap_children (1, 0); in update_goal_chain()
|
D | function.c | 1722 reap_children (1, 0); in func_shell()
|
D | main.c | 3050 reap_children (1, err); in die()
|