Home
last modified time | relevance | path

Searched refs:Job (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/bin/ksh/
H A Djobs.c131 typedef struct job Job; typedef
133 Job *next; /* next job in list */
175 static Job *job_list; /* job list */
176 static Job *last_job;
177 static Job *async_job;
212 static void j_set_async ARGS((Job *j));
213 static void j_startjob ARGS((Job *j));
214 static int j_waitj ARGS((Job *j, int flags, const char *where));
216 static void j_print ARGS((Job *j, int how, struct shf *shf));
217 static Job *j_lookup ARGS((const char *cp, int *ecodep));
[all …]
/netbsd-src/usr.bin/make/
H A Dmeta.h41 struct Job;
46 void meta_job_start(struct Job *, GNode *);
47 void meta_job_child(struct Job *);
48 void meta_job_parent(struct Job *, pid_t);
49 int meta_job_fd(struct Job *) MAKE_ATTR_USE;
50 int meta_job_event(struct Job *) MAKE_ATTR_USE;
51 void meta_job_error(struct Job *, GNode *, bool, int);
52 void meta_job_output(struct Job *, char *, const char *);
54 int meta_job_finish(struct Job *);
H A Djob.c402 static Job *job_table; /* The structures that describe them */
403 static Job *job_table_end; /* job_table + maxJobs */
413 static Job **jobByFdIndex = NULL;
415 static void watchfd(Job *);
416 static void clearfd(Job *);
417 static bool readyfd(Job *);
420 static Job tokenWaitJob; /* token wait pseudo-job */
422 static Job childExitJob; /* child exit pseudo-job */
433 static void CollectOutput(Job *, bool);
463 Job_FlagsToString(const Job *jo in nfds_per_job()
[all...]
H A Djob.h118 JOB_ST_FREE = 0, /* Job is available */
119 JOB_ST_SET_UP = 1, /* Job is allocated but otherwise invalid */
121 JOB_ST_RUNNING = 3, /* Job is running, pid valid */
122 JOB_ST_FINISHED = 4 /* Job is done (ie after SIGCHLD) */
126 * A Job manages the shell commands that are run to create a single target.
138 typedef struct Job { struct
180 } Job; typedef
209 void Job_FlagsToString(const Job *, char *, size_t);
157 statusJob global() argument
H A Dmeta.c636 BM(Job *job) in BM()
646 meta_job_start(Job *job, GNode *gn) in meta_job_start()
672 meta_job_child(Job *job MAKE_ATTR_UNUSED) in meta_job_child()
693 meta_job_parent(Job *job MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in meta_job_parent()
706 meta_job_fd(Job *job MAKE_ATTR_UNUSED) in meta_job_fd()
720 meta_job_event(Job *job MAKE_ATTR_UNUSED) in meta_job_event()
734 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error()
759 meta_job_output(Job *job, char *cp, const char *nl) in meta_job_output()
825 meta_job_finish(Job *job) in meta_job_finish()
H A Dtrace.h50 void Trace_Log(TrEvent, Job *);
H A Dtrace.c84 Trace_Log(TrEvent event, Job *job) in Trace_Log()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp395 for (TransformJob Job : Worklist) { in expandVectorPredication() local
397 switch (Job.Strategy.EVLParamStrategy) { in expandVectorPredication()
401 discardEVLParameter(*Job.PI); in expandVectorPredication()
404 if (foldEVLIntoMask(*Job.PI)) in expandVectorPredication()
408 Job.Strategy.EVLParamStrategy = VPLegalization::Legal; in expandVectorPredication()
411 switch (Job.Strategy.OpStrategy) { in expandVectorPredication()
417 expandPredication(*Job.PI); in expandVectorPredication()
421 Job.Strategy.OpStrategy = VPLegalization::Legal; in expandVectorPredication()
423 assert(Job.isDone() && "incomplete transformation"); in expandVectorPredication()
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc208 namespace clang { namespace driver { class Job; } }
214 static Job *command(Job *J) { return J; } in command()
215 static Job *command(Job &J) { return &J; } in command()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp245 for (const auto &Job : Jobs) { in ExecuteJobs() local
246 if (!InputsOk(Job, FailingCommands)) in ExecuteJobs()
249 if (int Res = ExecuteCommand(Job, FailingCommand)) { in ExecuteJobs()
H A DJob.cpp443 for (const auto &Job : *this) in Print()
444 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()
H A DCMakeLists.txt20 Job.cpp
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DAddingNewCIJobs.rst10 Adding The Job
50 Testing Your New Job
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dprinter80 # HP Printer Job Language
81 0 string \033%-12345X@PJL HP Printer Job Language data
82 # HP Printer Job Language
90 0 string \033%-12345X@PJL HP Printer Job Language data
109 0 string \033%-12345X@PJL HP Printer Job Language data
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTool.h25 class Job; variable
/netbsd-src/external/apache2/llvm/lib/libclangDriver/
H A DMakefile17 Job.cpp \
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASYNC_start_job.pod272 printf("Job was paused\n");
275 printf("Job finished with return value %d\n", ret);
305 Job was paused
308 Job finished with return value 1
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASYNC_start_job.pod276 printf("Job was paused\n");
279 printf("Job finished with return value %d\n", ret);
309 Job was paused
312 Job finished with return value 1
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn37 "Job.cpp",
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dpthread_rwlock_rdlock.m4149 /* Job done. Go to sleep. */
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake26 # Ninja Job Pool support
32 message(WARNING "Job pooling is only available with Ninja generators.")
51 message(WARNING "Job pooling is only available with Ninja generators.")
/netbsd-src/usr.bin/make/unit-tests/
H A DMakefile525 ${:D Job separators on their own line are ok. } \
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12184 struct Job { struct in __anondef1c1652811::DataRecursiveIntBinOpEvaluator
12189 Job() = default;
12190 Job(Job &&) = default;
12200 SmallVector<Job, 16> Queue;
12270 Queue.back().Kind = Job::AnyExprKind; in enqueue()
12429 Job &job = Queue.back(); in process()
12432 case Job::AnyExprKind: { in process()
12435 job.Kind = Job::BinOpKind; in process()
12446 case Job::BinOpKind: { in process()
12456 job.Kind = Job::BinOpVisitedLHSKind; in process()
[all …]
/netbsd-src/external/gpl2/gmake/dist/po/
H A Dde.po629 msgstr "Schreibe Job-Server"
996 msgstr "Umstellung auf Einzel-Job-Verarbeitung (-j1)."
2048 #~ msgstr "�make� wird so umgestellt, dass nur ein Job laufen kann."
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dintroduction.rst383 How Does DNSSEC Change My Job as a DNS Administrator?

12