HomeSort by: relevance | last modified time | path
    Searched defs:Job (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
job.h 1 /* $NetBSD: job.h,v 1.85 2025/07/06 07:11:31 rillig Exp $ */
34 * from: @(#)job.h 8.1 (Berkeley) 6/6/93
73 * from: @(#)job.h 8.1 (Berkeley) 6/6/93
81 typedef struct Job Job;
112 void Job_FlagsToString(const Job *, char *, size_t);
115 struct BuildMon *Job_BuildMon(Job *) MAKE_ATTR_USE;
117 GNode *Job_Node(Job *) MAKE_ATTR_USE;
118 int Job_Pid(Job *) MAKE_ATTR_USE;
job.c 1 /* $NetBSD: job.c,v 1.519 2025/08/04 15:40:39 sjg Exp $ */
93 * job table is empty.
119 #include "job.h"
126 /* "@(#)job.c 8.2 (Berkeley) 3/19/94" */
127 MAKE_RCSID("$NetBSD: job.c,v 1.519 2025/08/04 15:40:39 sjg Exp $");
155 JOB_ST_FREE, /* Job is available */
156 JOB_ST_SET_UP, /* Job is allocated but otherwise invalid */
157 JOB_ST_RUNNING, /* Job is running, pid valid */
158 JOB_ST_FINISHED /* Job is done (i.e. after SIGCHLD) */
169 * A Job manages the shell commands that are run to create a single target
575 const Job *job; local in function:JobTable_Dump
680 Job *job; local in function:JobCondPassSig
794 Job *job; local in function:JobFindPid
1676 Job *job; local in function:Job_Make
1906 Job *job; local in function:JobReapChild
1966 Job *job; local in function:ContinueJobs
1982 Job *job; local in function:Job_CatchOutput
2397 Job *job; local in function:JobInterrupt
2475 Job *job; local in function:Job_AbortAll
    [all...]
  /src/bin/ksh/
jobs.c 4 * Process and job control
109 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
110 #define JP_LONG 3 /* print [job-num] -/+ pid command */
117 /* Job.flags values */
118 #define JF_STARTED 0x001 /* set when all processes in job are started */
119 #define JF_WAITING 0x002 /* set if j_waitj() is waiting on job */
131 typedef struct job Job;
132 struct job { struct
133 Job *next; /* next job in list *
134 int job; \/* job number: %n *\/ member in struct:job
1548 int len, job = 0; local in function:j_lookup
    [all...]

Completed in 14 milliseconds