Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp137 auto Job = new FuzzJob; in CreateNewJob() local
164 Job->DftTimeInSeconds = static_cast<int>(DftTimeInSeconds); in CreateNewJob()
167 Job->SeedListPath = in CreateNewJob()
169 WriteToFile(Seeds, Job->SeedListPath); in CreateNewJob()
170 Cmd.addFlag("seed_inputs", "@" + Job->SeedListPath); in CreateNewJob()
172 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log"); in CreateNewJob()
173 Job->CorpusDir = DirPlusFile(TempDir, "C" + std::to_string(JobId)); in CreateNewJob()
174 Job->FeaturesDir = DirPlusFile(TempDir, "F" + std::to_string(JobId)); in CreateNewJob()
175 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge"); in CreateNewJob()
176 Job->JobId = JobId; in CreateNewJob()
[all …]
/openbsd-src/usr.bin/make/
H A Djob.c119 Job *runningJobs; /* Jobs currently running a process */
120 Job *errorJobs; /* Jobs in error at end */
121 Job *availableJobs; /* Pool of available jobs */
122 static Job *heldJobs; /* Jobs not running yet because of expensive */
124 static Job *extra_job; /* Needed for .INTERRUPT */
135 static void postprocess_job(Job *);
136 static void determine_job_next_step(Job *);
137 static void may_continue_job(Job *);
138 static Job *reap_finished_job(pid_t);
142 static bool expensive_job(Job *);
[all …]
H A Dengine.h127 extern void job_attach_node(Job *, GNode *);
133 extern bool job_run_next(Job *);
139 extern void handle_job_status(Job *, int);
H A Djob.h93 extern void determine_expensive_job(Job *);
94 extern Job *runningJobs, *errorJobs, *availableJobs;
H A Dengine.c509 job_attach_node(Job *job, GNode *node) in job_attach_node()
520 handle_job_status(Job *job, int status) in handle_job_status()
614 do_run_command(Job *job, const char *pre) in do_run_command()
700 job_run_next(Job *job) in job_run_next()
H A Ddefines.h55 typedef struct Job_ Job; typedef
/openbsd-src/bin/ksh/
H A Djobs.c75 typedef struct job Job; typedef
77 Job *next; /* next job in list */
116 static Job *job_list; /* job list */
117 static Job *last_job;
118 static Job *async_job;
135 static void j_set_async(Job *);
136 static void j_startjob(Job *);
137 static int j_waitj(Job *, int, const char *);
139 static void j_print(Job *, int, struct shf *);
140 static Job *j_lookup(const char *, int *);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp646 for (TransformJob Job : Worklist) { in expandVectorPredication() local
648 switch (Job.Strategy.EVLParamStrategy) { in expandVectorPredication()
652 discardEVLParameter(*Job.PI); in expandVectorPredication()
655 if (foldEVLIntoMask(*Job.PI)) in expandVectorPredication()
659 Job.Strategy.EVLParamStrategy = VPLegalization::Legal; in expandVectorPredication()
662 switch (Job.Strategy.OpStrategy) { in expandVectorPredication()
668 expandPredication(*Job.PI); in expandVectorPredication()
672 Job.Strategy.OpStrategy = VPLegalization::Legal; in expandVectorPredication()
674 assert(Job.isDone() && "incomplete transformation"); in expandVectorPredication()
/openbsd-src/usr.bin/file/magdir/
H A Dprinter45 # HP Printer Job Language
46 0 string \033%-12345X@PJL HP Printer Job Language data
47 # HP Printer Job Language
55 0 string \033%-12345X@PJL HP Printer Job Language data
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DCompilation.cpp249 for (const auto &Job : Jobs) { in ExecuteJobs() local
250 if (!InputsOk(Job, FailingCommands)) in ExecuteJobs()
253 if (int Res = ExecuteCommand(Job, FailingCommand, LogOnly)) { in ExecuteJobs()
H A DCMakeLists.txt23 Job.cpp
H A DJob.cpp467 for (const auto &Job : *this) in Print()
468 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dharness-bailout.t155 package My::Job;
183 { My::Job->new( filename => $_->[0], description => $_->[1] ) }
234 [ @My::Job::finished_jobs ],
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DScheduler.pm7 use TAP::Parser::Scheduler::Job;
166 my @tests = map { TAP::Parser::Scheduler::Job->new(@$_) }
305 Return the next available job as L<TAP::Parser::Scheduler::Job> object or
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Drecoverable.cpp154 unsigned NumIterations, unsigned Job, char *Ptr) { in singleAllocThrashTask() argument
160 switch (Job) { in singleAllocThrashTask()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/
H A DJob.pm1 package TAP::Parser::Scheduler::Job;
9 TAP::Parser::Scheduler::Job - A single testing job.
21 use TAP::Parser::Scheduler::Job;
33 my $job = TAP::Parser::Scheduler::Job->new(
38 L<TAP::Parser::Scheduler::Job> object.
58 will be passed the C<TAP::Parser::Scheduler::Job> object as it's only argument.
/openbsd-src/gnu/llvm/libcxx/docs/
H A DAddingNewCIJobs.rst10 Adding The Job
52 Testing Your New Job
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DTool.h25 class Job; variable
/openbsd-src/gnu/usr.bin/clang/libclangDriver/
H A DMakefile18 Job.cpp \
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DVanilla-Perl.tml73 - name: Win32::Job
182 name => 'Win32::Job',
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp382 for (const driver::Command &Job : Compilation->getJobs()) { in forEachDriverJob() local
383 if (!Callback(Job)) in forEachDriverJob()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn38 "Job.cpp",
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake33 # Ninja Job Pool support
39 message(WARNING "Job pooling is only available with Ninja generators.")
58 message(WARNING "Job pooling is only available with Ninja generators.")
/openbsd-src/gnu/llvm/llvm/docs/
H A DDiscourseMigrationGuide.md95 <tr><td>Community - Job Postings</td><td>community-jobs@discourse.llvm.org</td></tr>

12