Searched refs:s_exit (Results 1 – 2 of 2) sorted by relevance
49 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)
95 static void s_exit(void *o) in s_exit() function287 [STATE_S] = SMF_CREATE_STATE(s_entry, s_run, s_exit, &demo_states[STATE_INITIAL],