Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp159 Job->JobId = JobId; in CreateNewJob()
165 for (auto &D : {Job->CorpusDir, Job->FeaturesDir}) { in CreateNewJob()
173 Job->Cmd = Cmd; in CreateNewJob()
179 return Job; in CreateNewJob()
193 FeatureFile.replace(0, Job->CorpusDir.size(), Job->FeaturesDir); in RunOneMergeJob()
210 secondsSinceProcessStartUp(), Job->JobId, Job->DftTimeInSeconds); in RunOneMergeJob()
261 Qu.push(Job); in Push()
272 return Job; in Pop()
279 Job->ExitCode = ExecuteCommand(Job->Cmd); in WorkerThread()
280 MergeQ->Push(Job); in WorkerThread()
[all …]
/freebsd-13.1/contrib/bmake/
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.c514 Job *job; in DumpJobs()
614 Job *job; in JobCondPassSig()
734 static Job *
737 Job *job; in JobFindPid()
1062 JobSaveCommands(Job *job) in JobSaveCommands()
1083 JobClosePipes(Job *job) in JobClosePipes()
2120 Job *job; in Job_CatchOutput()
2741 Job *job; in JobRestartJobs()
2771 watchfd(Job *job) in watchfd()
2792 clearfd(Job *job) in clearfd()
[all …]
H A Djob.h140 typedef struct Job { struct
182 } Job; argument
209 void Job_FlagsToString(const Job *, char *, size_t);
H A Dtrace.h50 void Trace_Log(TrEvent, Job *);
H A Dmeta.c648 meta_job_start(Job *job, GNode *gn) in meta_job_start()
678 meta_job_child(Job *job) in meta_job_child()
703 meta_job_parent(Job *job, pid_t pid) in meta_job_parent()
720 meta_job_fd(Job *job) in meta_job_fd()
738 meta_job_event(Job *job) in meta_job_event()
756 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error()
783 meta_job_output(Job *job, char *cp, const char *nl) in meta_job_output()
853 meta_job_finish(Job *job) in meta_job_finish()
H A Dtrace.c84 Trace_Log(TrEvent event, Job *job) in Trace_Log()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/tcsh/nls/german/
H A Dset148 46 Kein solcher Job
60 58 Argumente können Job- oder Prozeß-ID's sein
61 59 Kein aktueller Job
62 60 Kein vorhergehender Job
63 61 Kein Job entspricht dem Muster
138 136 Kein solcher Job
H A Dset114 2 Daher keine Job Control in dieser Shell.\n
H A Dset173 1 FEHLER: Warte auf Hintergrund-Job!\n
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dprinter49 # HP Printer Job Language
50 0 string \033%-12345X@PJL HP Printer Job Language data
51 # HP Printer Job Language
59 0 string \033%-12345X@PJL HP Printer Job Language data
78 0 string \033%-12345X@PJL HP Printer Job Language data
/freebsd-13.1/contrib/llvm-project/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.cpp444 for (const auto &Job : *this) in Print()
445 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp96 for (const auto &Job : Jobs) in ignoreExtraCC1Commands() local
97 if (StringRef(Job.getExecutable()) == "clang-offload-bundler") in ignoreExtraCC1Commands()
145 for (const driver::Command &Job : Jobs) in getCC1Arguments() local
146 if (IsCC1Command(Job) && llvm::all_of(Job.getInputInfos(), IsSrcFile)) in getCC1Arguments()
147 CC1Jobs.push_back(&Job); in getCC1Arguments()
/freebsd-13.1/share/examples/printing/
H A Dmake-ps-header64 [ (Job:) (Host:) (Date:) ] {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h25 class Job; variable
/freebsd-13.1/contrib/tcsh/
H A Dsrc.desc33 sh.proc.c: Job handling. Adds new children to the job list.
37 sh.sem.c: Job spawning (nice and time are handled here too) and I/O
/freebsd-13.1/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec6.txt5 -Job Ring Node
72 Job Ring (JR) Node
H A Dfsl-sec4.txt8 -Job Ring Node
25 2. Job Rings (HW interface between cores & SEC 4 registers).
35 Job Ring Data Path Configuration:
156 Job Ring (JR) Node
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpu/
H A Darm,mali-bifrost.yaml29 - description: Job interrupt
H A Darm,mali-midgard.yaml56 - description: Job interrupt
/freebsd-13.1/crypto/openssl/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
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Draideng.txt60 - fsl,liodn: Specifies the LIODN to be used for Job Ring. This
/freebsd-13.1/usr.sbin/services_mkdb/
H A Dservices31 rje 5/tcp #Remote Job Entry
32 rje 5/udp #Remote Job Entry
138 netrjs-1 71/tcp #Remote Job Service
139 netrjs-1 71/udp #Remote Job Service
140 netrjs-2 72/tcp #Remote Job Service
141 netrjs-2 72/udp #Remote Job Service
142 netrjs-3 73/tcp #Remote Job Service
143 netrjs-3 73/udp #Remote Job Service
144 netrjs-4 74/tcp #Remote Job Service
145 netrjs-4 74/udp #Remote Job Service

12