| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 137 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 D | job.c | 119 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 D | engine.h | 127 extern void job_attach_node(Job *, GNode *); 133 extern bool job_run_next(Job *); 139 extern void handle_job_status(Job *, int);
|
| H A D | job.h | 93 extern void determine_expensive_job(Job *); 94 extern Job *runningJobs, *errorJobs, *availableJobs;
|
| H A D | engine.c | 509 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 D | defines.h | 55 typedef struct Job_ Job; typedef
|
| /openbsd-src/bin/ksh/ |
| H A D | jobs.c | 75 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 D | ExpandVectorPredication.cpp | 646 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 D | printer | 45 # 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 D | Compilation.cpp | 249 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 D | CMakeLists.txt | 23 Job.cpp
|
| H A D | Job.cpp | 467 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 D | harness-bailout.t | 155 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 D | Scheduler.pm | 7 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 D | Tooling.cpp | 96 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 D | recoverable.cpp | 154 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 D | Job.pm | 1 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 D | AddingNewCIJobs.rst | 10 Adding The Job 52 Testing Your New Job
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Tool.h | 25 class Job; variable
|
| /openbsd-src/gnu/usr.bin/clang/libclangDriver/ |
| H A D | Makefile | 18 Job.cpp \
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | Vanilla-Perl.tml | 73 - name: Win32::Job 182 name => 'Win32::Job',
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 382 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 D | BUILD.gn | 38 "Job.cpp",
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | HandleLLVMOptions.cmake | 33 # 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 D | DiscourseMigrationGuide.md | 95 <tr><td>Community - Job Postings</td><td>community-jobs@discourse.llvm.org</td></tr>
|