Searched refs:DB_JOBS (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | vmsjobs.c | 318 DB (DB_JOBS, ("child_execute_job (%s)\n", argv)); in child_execute_job() 407 DB (DB_JOBS, (_("BUILTIN [%s][%s]\n"), cmd, cmd+8)); in child_execute_job() 418 DB (DB_JOBS, (_("BUILTIN CD %s\n"), p)); in child_execute_job() 436 DB (DB_JOBS, (_("BUILTIN RM %s\n"), p)); in child_execute_job() 491 DB (DB_JOBS, (_("Redirected input from %s\n"), ifile)); in child_execute_job() 498 DB (DB_JOBS, (_("Redirected error to %s\n"), efile)); in child_execute_job() 505 DB (DB_JOBS, (_("Redirected output to %s\n"), ofile)); in child_execute_job() 568 DB (DB_JOBS, (_("Executing %s instead\n"), cmd)); in child_execute_job() 680 if (comname && !ISDB (DB_JOBS)) in child_execute_job()
|
D | debug.h | 21 #define DB_JOBS (0x004) macro
|
D | remote-cstms.c | 84 if (ISDB (DB_JOBS)) in start_remote_job_p() 125 DB (DB_JOBS, (_("Customs won't export: %s\n"), in start_remote_job_p()
|
D | job.c | 518 DB (DB_JOBS, (_("Live child %p (%s) PID %ld %s\n"), in reap_children() 697 DB (DB_JOBS, (child_failed in reap_children() 704 DB (DB_JOBS, (_("Cleaning up temp batch file %s\n"), in reap_children() 802 DB (DB_JOBS, (_("Removing child %p PID %ld%s from chain.\n"), in reap_children() 864 DB (DB_JOBS, (_("Released token for child %p (%s).\n"), in free_child() 1455 DB (DB_JOBS, (_("Putting child %p (%s) PID %ld%s on the chain.\n"), in start_waiting_job() 1647 DB (DB_JOBS, ("Need a job token; we %shave children\n", in new_job() 1679 DB (DB_JOBS, ("Duplicate the job FD\n")); in new_job() 1709 DB (DB_JOBS, (_("Obtained token for child 0x%08lx (%s).\n"), in new_job() 1720 DB (DB_JOBS, ("Read returned EBADF.\n")); in new_job() [all …]
|
D | misc.c | 639 if (! ISDB (DB_JOBS)) in log_access()
|
D | main.c | 621 db_level |= DB_JOBS; in decode_debug_flags()
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 540 DB (DB_JOBS, ("CreateProcess(%s,%s,...)\n", in process_begin() 1198 DB (DB_JOBS, ("process_easy: All process slots used up\n")); in process_easy()
|