Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h69 extern void new_job PARAMS ((struct file *file));
Dcommands.c394 new_job (file); in execute_file_commands()
DChangeLog237 * job.c (new_job): Cache dontcare flag.
776 (new_job): Invoke it with the new semantics.
806 (new_job): Check jobserver_tokens rather than children &&
827 * job.c (new_job): Ditto. Plus, call start_waiting_jobs() here to
1455 (new_job) [OS/2]: Disable the SIGCHLD handler on OS/2.
2470 * job.c (new_job): Reorganize the jobserver algorithm. Reorder
2497 * job.c (reap_children, free_child, new_job): Likewise.
2505 (new_job): Use it to temporarily clear the SIGCHLD action flags
Djob.c1485 new_job (struct file *file) in new_job() function