Searched refs:sigaction (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 56 zassert_not_equal(-1, offsetof(struct sigaction, sa_handler)); in ZTEST() 57 zassert_not_equal(-1, offsetof(struct sigaction, sa_mask)); in ZTEST() 58 zassert_not_equal(-1, offsetof(struct sigaction, sa_flags)); in ZTEST() 59 zassert_not_equal(-1, offsetof(struct sigaction, sa_sigaction)); in ZTEST() 175 zassert_not_null(sigaction); in ZTEST()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_hw_scheduler.c | 63 struct sigaction act; in nsi_hws_set_sig_handler() 70 NSI_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in nsi_hws_set_sig_handler() 71 NSI_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in nsi_hws_set_sig_handler()
|
/Zephyr-latest/include/zephyr/posix/ |
D | signal.h | 112 struct sigaction { struct 126 int sigaction(int sig, const struct sigaction *ZRESTRICT act, struct sigaction *ZRESTRICT oact); argument
|
/Zephyr-latest/boards/native/native_posix/ |
D | hw_models_top.c | 79 struct sigaction act; in hwm_set_sig_handler() 86 PC_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in hwm_set_sig_handler() 87 PC_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in hwm_set_sig_handler()
|
/Zephyr-latest/lib/posix/options/ |
D | signal.c | 150 int sigaction(int sig, const struct sigaction *ZRESTRICT act, struct sigaction *ZRESTRICT oact) in sigaction() function
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 475 behaviour. The POSIX functions ``kill()``, ``pause()``, ``sigaction()``, ``sigpending()``, 489 sigaction(),yes :ref:`†<posix_undefined_behaviour>`
|