Home
last modified time | relevance | path

Searched full:jobs (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-latest/scripts/tests/twister/
Dtest_jobserver.py121 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/
Djobserver.py76 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 …]
Dcoverage.py36 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/
Dready-to-merge.yml10 jobs:
12 name: all jobs passed
15 - name: "Check status of all required jobs"
28 echo "All jobs passed or were skipped."
Dtwister-prep.yaml8 …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:
Dstale-workflow-queue-cleanup.yml14 jobs:
Ddo_not_merge.yml7 jobs:
Dbackport.yml10 jobs:
Dstats_merged_prs.yml9 jobs:
Dbsim-tests-publish.yaml8 jobs:
Dlicense_check.yml5 jobs:
Dbackport_issue_check.yml13 jobs:
Ddaily_test_version.yml13 jobs:
Derrno.yml9 jobs:
Dmanifest.yml5 jobs:
Dassigner.yml18 jobs:
Dstale_issue.yml6 jobs:
Dissue_count.yml14 jobs:
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_tooling.py35 '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/
Dinterrupt_offload.c233 * @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/
Dmain.cpp94 /* 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/
Dbuild_grub.sh9 JOBS=5
39 make -j${JOBS}
/Zephyr-latest/scripts/
Dcoccicheck22 -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/
DKconfig58 int "Delay used for polling asynchronous jobs in micro-seconds"
/Zephyr-latest/cmake/sca/codechecker/
Dsca.cmake41 set(CODECHECKER_ANALYZE_JOBS "--jobs;${CODECHECKER_ANALYZE_JOBS}")
43 set(CODECHECKER_ANALYZE_JOBS "--jobs;1")

123