Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/posix/
Dsignal.h19 #ifndef SIGEV_SIGNAL
20 #define SIGEV_SIGNAL 2 macro
/Zephyr-Core-3.4.0/tests/posix/headers/src/
Dsignal_h.c38 zassert_not_equal(-1, SIGEV_SIGNAL); in ZTEST()
/Zephyr-Core-3.4.0/tests/posix/common/src/
Dtimer.c34 sig.sigev_notify = SIGEV_SIGNAL; in ZTEST()
/Zephyr-Core-3.4.0/lib/posix/
Dtimer.c57 evp->sigev_notify != SIGEV_SIGNAL)) { in timer_create()