Searched refs:ts_status (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | reports.py | 42 …def xunit_testcase(eleTestsuite, name, classname, status, ts_status, reason, duration, runnable, s… argument 57 if ts_status == "passed" and not runnable: 126 ts_status = suite.get('status') 136 name, classname, status, ts_status, reason, tc_duration, runnable, 198 ts_status = ts.get('status') 200 if ts_status == 'filtered' and not self.env.options.detailed_skipped_report: 212 name, classname, status, ts_status, reason, tc_duration, runnable, 220 name, classname, ts_status, ts_status, reason, duration, runnable,
|
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/ |
D | nct.c | 93 struct te_status_t *ts_status; member 294 struct te_status_t *this = element->ts_status; in nct_cleanup_handler() 326 struct te_status_t *this = tt_el->ts_status; in nct_thread_starter() 471 tt_el->ts_status = this; in nct_new_thread()
|