Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.c421 if (job_rfd >= 0) in child_handler()
423 close (job_rfd); in child_handler()
424 job_rfd = -1; in child_handler()
1236 if (job_rfd >= 0) in start_job_command()
1237 CLOSE_ON_EXEC (job_rfd); in start_job_command()
1256 if (job_rfd >= 0) in start_job_command()
1257 fcntl (job_rfd, F_SETFD, 0); in start_job_command()
1275 if (job_rfd >= 0) in start_job_command()
1276 close (job_rfd); in start_job_command()
1677 if (job_rfd < 0) in new_job()
[all …]
Dmain.c231 int job_rfd = -1; variable
1681 else if ((job_rfd = dup (job_fds[0])) < 0) in main()
1709 if (pipe (job_fds) < 0 || (job_rfd = dup (job_fds[0])) < 0) in main()
2078 if (job_rfd >= 0) in main()
2079 close (job_rfd); in main()
Dmake.h516 extern int job_rfd;
DChangeLog1453 (reap_children) [OS/2]: Remove special handling of job_rfd.
1663 (reap_children): Close the job_rfd pipe here since we don't use a