Home
last modified time | relevance | path

Searched refs:runnable (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py76 runnable, argument
95 if ts_status == TwisterStatus.PASS and not runnable:
171 runnable = suite.get('runnable', 0)
183 name, classname, status, ts_status, reason, tc_duration, runnable,
245 runnable = ts.get('runnable', 0)
265 name, classname, status, ts_status, reason, tc_duration, runnable,
273 name, classname, ts_status, ts_status, reason, handler_time, runnable,
Dtestplan.py789 runnable = (self.options.device_testing or self.options.filter == 'runnable')
928 if runnable and not instance.run:
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst13 this feature. If there are two Zephyr application threads runnable on
112 illegal if called on a runnable thread. The thread must be blocked or
151 control to the appropriate runnable thread via the standard scheduler
170 until the thread that had been aborted is no longer runnable. If it
178 thread becomes runnable, the idle CPU has no way to "wake up" to
179 handle the newly-runnable load.
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py365 … testsuites,runnable,build_only,sim_only,hw_only, mixed= self._component_calculate_stats(item)
367 worksheet.write(row,col+2,runnable,cell_format)
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst67 that will never see more than a small number (3, maybe) of runnable threads in
79 Use this for applications needing many concurrent runnable threads (> 20 or
97 Typical applications with small numbers of runnable threads probably want the
/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst75 - The test wasn't run because it was not runnable in current configuration.
Dtwister.rst426 If true, twister will not try to run the test even if the test is runnable
/Zephyr-latest/kernel/
DKconfig100 Making such a thread runnable in any way thus has the effect
130 idle-but-runnable threads, and thus works only with the DUMB
315 never see more than a small number (3, maybe) of runnable
330 roughly: more than 20 or so) marked as runnable at a given
347 of threads. Typical applications with small numbers of runnable
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst183 will be used and the image won't be runnable.
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst216 * ``ZEP-865`` - convert filesystem sample to a runnable test