/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFork.cpp | 176 Job->JobId = JobId; in CreateNewJob() 182 for (auto &D : {Job->CorpusDir, Job->FeaturesDir}) { in CreateNewJob() 190 Job->Cmd = Cmd; in CreateNewJob() 196 return Job; in CreateNewJob() 210 FeatureFile.replace(0, Job->CorpusDir.size(), Job->FeaturesDir); in RunOneMergeJob() 227 secondsSinceProcessStartUp(), Job->JobId, Job->DftTimeInSeconds); in RunOneMergeJob() 288 Qu.push(Job); in Push() 299 return Job; in Pop() 306 Job->ExitCode = ExecuteCommand(Job->Cmd); in WorkerThread() 307 MergeQ->Push(Job); in WorkerThread() [all …]
|
/openbsd/usr.bin/make/ |
H A D | job.c | 234 print_error(Job *j) in print_error() 279 Job *j, *k, *jnext; in quick_summary() 302 Job *j, *k, *jnext; in internal_print_errors() 409 Job *job; in handle_siginfo() 589 expensive_job(Job *job) in expensive_job() 671 Job *job = heldJobs; in may_continue_heldback_jobs() 729 static Job * 732 Job **j, *job; in reap_finished_job() 754 Job *job; in reap_jobs() 823 Job *j; in Job_Init() [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/bin/ksh/ |
H A D | jobs.c | 248 Job *j; in j_exit() 390 Job *j; in exchild() 583 Job *j; in waitlast() 610 Job *j; in waitfor() 660 Job *j; in j_kill() 696 Job *j; in j_resume() 796 Job *j; in j_stopped_running() 820 Job *j; in j_njobs() 1135 Job *j; in j_sigchld() 1413 static Job * [all …]
|
/openbsd/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/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/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/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/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(@$_) }
|
/openbsd/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/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/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/ |
H A D | Job.pm | 1 package TAP::Parser::Scheduler::Job;
|
/openbsd/gnu/llvm/libcxx/docs/ |
H A D | AddingNewCIJobs.rst | 10 Adding The Job 52 Testing Your New Job
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Tool.h | 25 class Job; variable
|
/openbsd/gnu/usr.bin/clang/libclangDriver/ |
H A D | Makefile | 18 Job.cpp \
|
/openbsd/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/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/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/ |
H A D | BUILD.gn | 38 "Job.cpp",
|
/openbsd/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/gnu/llvm/llvm/docs/ |
H A D | DiscourseMigrationGuide.md | 95 <tr><td>Community - Job Postings</td><td>community-jobs@discourse.llvm.org</td></tr>
|