Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/posix/
Dsignal.h33 int sigev_notify; member
/Zephyr-Core-3.4.0/lib/posix/
Dtimer.c56 (evp->sigev_notify != SIGEV_NONE && in timer_create()
57 evp->sigev_notify != SIGEV_SIGNAL)) { in timer_create()
76 if (evp->sigev_notify == SIGEV_NONE) { in timer_create()
/Zephyr-Core-3.4.0/tests/posix/headers/src/
Dsignal_h.c31 zassert_not_equal(-1, offsetof(struct sigevent, sigev_notify)); in ZTEST()
/Zephyr-Core-3.4.0/tests/posix/common/src/
Dtimer.c34 sig.sigev_notify = SIGEV_SIGNAL; in ZTEST()