Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py84 runnable, argument
103 if ts_status == TwisterStatus.PASS and not runnable:
179 runnable = suite.get('runnable', 0)
191 name, classname, status, ts_status, reason, tc_duration, runnable,
253 runnable = ts.get('runnable', 0)
273 name, classname, status, ts_status, reason, tc_duration, runnable,
281 name, classname, ts_status, ts_status, reason, handler_time, runnable,
Dtestplan.py712 runnable = (self.options.device_testing or self.options.filter == 'runnable')
864 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.rst69 that will never see more than a small number (3, maybe) of runnable threads in
81 Use this for applications needing many concurrent runnable threads (> 20 or
99 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.rst425 If true, twister will not try to run the test even if the test is runnable
/Zephyr-latest/kernel/
DKconfig101 Making such a thread runnable in any way thus has the effect
131 idle-but-runnable threads, and thus works only with the simple
323 never see more than a small number (3, maybe) of runnable
338 roughly: more than 20 or so) marked as runnable at a given
355 of threads. Typical applications with small numbers of runnable
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst216 * ``ZEP-865`` - convert filesystem sample to a runnable test