Home
last modified time | relevance | path

Searched refs:sigaction (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c56 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/
Dnsi_hw_scheduler.c63 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/
Dsignal.h112 struct sigaction { struct
126 int sigaction(int sig, const struct sigaction *ZRESTRICT act, struct sigaction *ZRESTRICT oact); argument
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c79 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/
Dsignal.c150 int sigaction(int sig, const struct sigaction *ZRESTRICT act, struct sigaction *ZRESTRICT oact) in sigaction() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst475 behaviour. The POSIX functions ``kill()``, ``pause()``, ``sigaction()``, ``sigpending()``,
489 sigaction(),yes :ref:`†<posix_undefined_behaviour>`