Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c61 zassert_not_equal(-1, offsetof(siginfo_t, si_signo)); in ZTEST()
62 zassert_not_equal(-1, offsetof(siginfo_t, si_code)); in ZTEST()
63 zassert_not_equal(-1, offsetof(siginfo_t, si_value)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h110 } siginfo_t; typedef
116 void (*sa_sigaction)(int signo, siginfo_t *info, void *context);