Searched refs:SIGILL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/posix/ | ||
D | signal.h | 20 #define SIGILL 4 /**< Illegal instruction */ macro |
/Zephyr-latest/tests/posix/headers/src/ | ||
D | signal_h.c | 151 zassert_not_equal(-1, SIGILL); in ZTEST() |