Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/tests/build_helpers/
Dtest_domains.py49 pytest.raises(SystemExit) if exit_code else nullcontext() as s_exit:
53 assert str(s_exit.value) == str(exit_code)
232 with pytest.raises(SystemExit) if exit_code else nullcontext() as s_exit:
238 assert str(s_exit.value) == str(exit_code)
/Zephyr-Core-3.7.0/samples/subsys/smf/hsm_psicc2/src/
Dhsm_psicc2_thread.c95 static void s_exit(void *o) in s_exit() function
287 [STATE_S] = SMF_CREATE_STATE(s_entry, s_run, s_exit, &demo_states[STATE_INITIAL],