Home
last modified time | relevance | path

Searched refs:ts_status (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c95 struct te_status_t *ts_status; member
296 struct te_status_t *this = element->ts_status; in nct_cleanup_handler()
328 struct te_status_t *this = tt_el->ts_status; in nct_thread_starter()
473 tt_el->ts_status = this; in nct_new_thread()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py73 ts_status: TwisterStatus,
95 if ts_status == TwisterStatus.PASS and not runnable:
173 ts_status = TwisterStatus(suite.get('status'))
183 name, classname, status, ts_status, reason, tc_duration, runnable,
248 ts_status = TwisterStatus(ts.get('status'))
251 ts_status == TwisterStatus.FILTER
265 name, classname, status, ts_status, reason, tc_duration, runnable,
273 name, classname, ts_status, ts_status, reason, handler_time, runnable,