/Zephyr-latest/scripts/tests/twister/ |
D | test_jobserver.py | 121 jobs = mock.Mock() 126 jobs, 131 assert gmjc.jobs == jobs 222 'env, jobs, fcntl_ok_per_pipe, expected_logs,' \ 225 ids=['env, no jobserver-auth', 'env, jobs, dry run', 'env, no jobs', 226 'env, no jobs, oserror', 'env, no jobs, wrong read pipe', 227 'env, no jobs, wrong write pipe', 'environ, no makeflags'] 232 jobs, argument 261 gmjc = GNUMakeJobClient.from_environ(env=env, jobs=jobs) 315 jobs = mock.Mock() [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | jobserver.py | 76 def __init__(self, inheritable_pipe, jobs, internal_jobs=0, makeflags=None): argument 79 self.jobs = jobs 109 def from_environ(cls, env=None, jobs=0): argument 127 jobs: The number of jobs set by the user on the command line. 141 if jobs: 174 if not jobs: 177 jobs = int(match.group(1)) 178 if jobs == 1: 183 return cls(pipe, jobs, internal_jobs=1, makeflags=makeflags) 209 if self.jobs: [all …]
|
D | coverage.py | 36 def factory(tool, jobs=None): argument 38 t = Lcov(jobs) 188 def __init__(self, jobs=None): argument 194 self.jobs = jobs 246 if self.jobs is None: 249 elif self.jobs == 1: 253 parallel = ["--parallel", str(self.jobs)] 444 coverage_tool = CoverageTool.factory(options.coverage_tool, jobs=options.jobs)
|
/Zephyr-latest/.github/workflows/ |
D | ready-to-merge.yml | 10 jobs: 12 name: all jobs passed 15 - name: "Check status of all required jobs" 28 echo "All jobs passed or were skipped."
|
D | twister-prep.yaml | 8 …value: ${{ jobs.prep_push.outputs.subset != '' && jobs.prep_push.outputs.subset || jobs.prep_pr.o… 11 …value: ${{ jobs.prep_push.outputs.size != '' && jobs.prep_push.outputs.size || jobs.prep_pr.output… 14 …value: ${{ jobs.prep_push.outputs.fullrun != '' && jobs.prep_push.outputs.fullrun || jobs.prep_pr.… 16 jobs:
|
D | stale-workflow-queue-cleanup.yml | 14 jobs:
|
D | do_not_merge.yml | 7 jobs:
|
D | backport.yml | 10 jobs:
|
D | stats_merged_prs.yml | 9 jobs:
|
D | bsim-tests-publish.yaml | 8 jobs:
|
D | license_check.yml | 5 jobs:
|
D | backport_issue_check.yml | 13 jobs:
|
D | daily_test_version.yml | 13 jobs:
|
D | errno.yml | 9 jobs:
|
D | manifest.yml | 5 jobs:
|
D | assigner.yml | 18 jobs:
|
D | stale_issue.yml | 6 jobs:
|
D | issue_count.yml | 14 jobs:
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_tooling.py | 35 'jobs', 37 ids=['single job', 'two jobs'] 40 def test_jobs(self, out_path, jobs): argument 44 ['--jobs', jobs] + \ 55 assert f'JOBS: {jobs}' in log
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | interrupt_offload.c | 233 * @brief Test interrupt offload work to multiple jobs 239 * - If the priority of the original thread < offload job, offload jobs 243 * jobs will not execute immediately. 257 * @brief Test interrupt offload work to identical jobs 262 * the offload jobs use the same thread entry, and: 264 * - If the priority of the original thread < offload job, offload jobs 268 * jobs will not execute immediately. 287 * offload jobs could execute immediately base on it's priority.
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 94 /* Number of total completed jobs, needed to exit application correctly if 120 /* inferenceProcessTask - Run jobs from queue with available driver */ 156 /* inferenceSenderTask - Creates NUM_INFERENCE_JOBS jobs, queues them, and then 171 /* Loop over all jobs and push them to inference queue */ in inferenceSenderTask() 172 xInferenceJob jobs[NUM_JOBS_PER_TASK]; in inferenceSenderTask() local 174 auto &job = jobs[n]; in inferenceSenderTask() 227 /* inferenceSender tasks to create and queue the jobs */ in main() 249 /* Create inferenceProcess tasks to process the queued jobs */ in main()
|
/Zephyr-latest/boards/intel/common/scripts/ |
D | build_grub.sh | 9 JOBS=5 39 make -j${JOBS}
|
/Zephyr-latest/scripts/ |
D | coccicheck | 22 -j= , --jobs= number of jobs to use {0 - `nproc`} 33 jobs = maximum jobs available on the machine 51 -j=*|--jobs=*) 105 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1"
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 58 int "Delay used for polling asynchronous jobs in micro-seconds"
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 41 set(CODECHECKER_ANALYZE_JOBS "--jobs;${CODECHECKER_ANALYZE_JOBS}") 43 set(CODECHECKER_ANALYZE_JOBS "--jobs;1")
|